Update README

This commit is contained in:
2024-04-05 14:13:03 +03:00
parent 58d0141d43
commit 49deb55685
+5 -5
View File
@@ -23,9 +23,9 @@ your way so you can write real-time apps. Features include:
go get git.company.lan/gopkg/melody
```
## [Example: chat](https://git.company.lan/gopkg/melody/tree/master/examples/chat)
## [Example: chat](https://git.company.lan/gopkg/melody/src/branch/master/examples/chat)
[![Chat](https://git.company.lan/gopkg/nested/raw/branch/master/examples/chat/demo.gif "Demo")](https://git.company.lan/gopkg/melody/tree/master/examples/chat)
[![Chat](https://git.company.lan/gopkg/melody/raw/branch/master/examples/chat/demo.gif "Demo")](https://git.company.lan/gopkg/melody/src/branch/master/examples/chat)
```go
package main
@@ -55,9 +55,9 @@ func main() {
}
```
## [Example: gophers](https://git.company.lan/gopkg/melody/tree/master/examples/gophers)
## [Example: gophers](https://git.company.lan/gopkg/melody/src/branch/master/examples/gophers)
[![Gophers](https://git.company.lan/gopkg/nested/raw/branch/master/examples/gophers/demo.gif "Demo")](https://git.company.lan/gopkg/melody/tree/master/examples/gophers)
[![Gophers](https://git.company.lan/gopkg/melody/raw/branch/master/examples/gophers/demo.gif "Demo")](https://git.company.lan/gopkg/melody/src/branch/master/examples/gophers)
```go
package main
@@ -137,7 +137,7 @@ func main() {
}
```
### [More examples](https://git.company.lan/gopkg/melody/tree/master/examples)
### [More examples](https://git.company.lan/gopkg/melody/src/branch/master/examples)
## [Documentation](https://godoc.org/github.com/olahol/melody)