Browse Source

spelt wrong.

Kristofer Younger 6 years ago
parent
commit
56e1206d63
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -76,7 +76,7 @@ json payload for /ids/ - this is a sample
76 76
 {
77 77
     "userid": "-", // gets filled w id
78 78
     "name": "Kris",
79
-    "githubid": "xt0fer"
79
+    "github": "xt0fer"
80 80
 }
81 81
 ```
82 82
  
@@ -87,7 +87,7 @@ If I type `cmd? ids Kris xt0fer` into the shell, your command processor creates
87 87
  {
88 88
      "userid": "-", // gets filled w id
89 89
      "name": "Kris",
90
-     "githubid": "xt0fer"
90
+     "github": "xt0fer"
91 91
  }
92 92
  ```
93 93
 and send it as the body of a POST request to  `http://zipcode.rocks:8085/ids/`