Skip to content

Commit

Permalink
README: better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Sep 18, 2013
1 parent 41aea67 commit 79053f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Just bring all relevant elements in scope with

```scala
import spray.json._
import DefaultJsonProtocol._ // !!! IMPORTANT, else `convertTo` and `toJson` won't work
import DefaultJsonProtocol._ // !!! IMPORTANT, else `convertTo` and `toJson` won't work correctly
```

and do one or more of the following:
Expand Down

0 comments on commit 79053f1

Please sign in to comment.