From 79053f177203dc722b202a6d24cd7e063bd990bc Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 18 Sep 2013 10:04:14 +0200 Subject: [PATCH] README: better wording --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4eab9a11..b9cae552 100644 --- a/README.markdown +++ b/README.markdown @@ -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: