Skip to content

Commit

Permalink
fixed typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpilot authored and michalmuskala committed Jan 1, 2018
1 parent 8c6e0b4 commit 44e188c
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 @@ -153,7 +153,7 @@ you may use `Protocol.derive/3` placed outside of any module:

```elixir
Protocol.derive(Jason.Encoder, NameOfTheStruct, only: [...])
Protocol.derive(Jason.ENcoder, NameOfTheStruct)
Protocol.derive(Jason.Encoder, NameOfTheStruct)
```

## License
Expand Down

0 comments on commit 44e188c

Please sign in to comment.