Browse Source

remove non-breakable space

Damien Accorsi 5 years ago
parent
commit
812f549789
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md View File

@@ -122,7 +122,7 @@ $ curl "http://127.0.0.1:8080/hello/michel"
122 122
 
123 123
 ```
124 124
 $ curl "http://127.0.0.1:8080/hello/michel/age/17"
125
-# {"name": "damien", "greetings": "Hello damien, it looks like you are 17", "now": "2017-12-18T12:41:58.229679+00:00"}
125
+# {"name": "damien", "greetings": "Hello damien, it looks like you are 17", "now": "2017-12-18T12:41:58.229679+00:00"}
126 126
 ```
127 127
 
128 128
 Error case (returns a 400):
@@ -168,4 +168,4 @@ Features shown :
168 168
 - managing output schema
169 169
 - management of error cases (404, 500, etc)
170 170
 - nice exception handling
171
-- automatic dict/object serialization
171
+- automatic dict/object serialization