Skip to content

Commit

Permalink
docs(readme): fix typo (#758)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill authored Dec 14, 2023
1 parent b537728 commit 61814ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ cd gorush
go install
```

or you can use the `go get` command to install the latest or specific verison.
or you can use the `go get` command to install the latest or specific version.

**Note**: such go get installation aren't guaranteed to work. We recommend using binary installation.

Expand Down Expand Up @@ -1106,7 +1106,7 @@ func main() {
}
```

See the Node.js example and see more detail frome [README](rpc/example/node/README.md):
See the Node.js example and see more detail from [README](rpc/example/node/README.md):

```js
var messages = require('./gorush_pb');
Expand Down

0 comments on commit 61814ba

Please sign in to comment.