Skip to content

Commit

Permalink
Fixed syntax error in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielDeMey authored Feb 7, 2019
1 parent 5e04863 commit 151df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Utility Error class suitable for gRPC error responses
## Usage
```js
const GRPCError = require('grpc-error')
const grpc require('grpc')
const grpc = require('grpc')
const error = new GRPCError('Boom', grpc.status.INVALID_ARGUMENT)
```

Expand Down

0 comments on commit 151df1a

Please sign in to comment.