Skip to content

Commit

Permalink
docs(readme): ooops, change code syntax to javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerlessCloud committed Oct 2, 2018
1 parent 397dfcc commit 3269f18
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 @@ -23,7 +23,7 @@
## Samples
Client:

```flow js
```javascript
import { RpcClient } from 'amq-rpc';

(async () => {
Expand All @@ -48,7 +48,7 @@ import { RpcClient } from 'amq-rpc';

Service:

```flow js
```javascript
import { RpcService, RpcServiceHandler } from 'amq-rpc';

(async () => {
Expand Down

0 comments on commit 3269f18

Please sign in to comment.