Update README
This commit is contained in:
@@ -23,9 +23,9 @@ your way so you can write real-time apps. Features include:
|
|||||||
go get git.company.lan/gopkg/melody
|
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)
|
||||||
|
|
||||||
[](https://git.company.lan/gopkg/melody/tree/master/examples/chat)
|
[](https://git.company.lan/gopkg/melody/src/branch/master/examples/chat)
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
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)
|
||||||
|
|
||||||
[](https://git.company.lan/gopkg/melody/tree/master/examples/gophers)
|
[](https://git.company.lan/gopkg/melody/src/branch/master/examples/gophers)
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
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)
|
## [Documentation](https://godoc.org/github.com/olahol/melody)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user