Mike před 2 roky
rodič
revize
f738e09970
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -38,5 +38,5 @@ curl http://localhost:8080/user
 #### Create Users
 
 ```curl
-curl -d'{"screen_name":"myScrenName", "password":"thepassword"}' http://localhost:8080/user
+curl -d'{"screen_name":"myScreenName", "password":"thepassword"}' http://localhost:8080/user
 ```