Procházet zdrojové kódy

Fix error code in README.md

There is no error code with number 404. It returns 
100 when no key exist.
Fatih Arslan před 12 roky
rodič
revize
7563a13621
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -141,7 +141,7 @@ Now you can try to get the key by sending:
 curl -L http://127.0.0.1:4001/v1/keys/foo
 ```
 
-If the TTL has expired, the key will be deleted, and you will be returned a 404.
+If the TTL has expired, the key will be deleted, and you will be returned a 100.
 
 ```json
 {"errorCode":100,"message":"Key Not Found","cause":"/foo"}