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
 {
76
 {
77
     "userid": "-", // gets filled w id
77
     "userid": "-", // gets filled w id
78
     "name": "Kris",
78
     "name": "Kris",
79
-    "githubid": "xt0fer"
79
+    "github": "xt0fer"
80
 }
80
 }
81
 ```
81
 ```
82
  
82
  
87
  {
87
  {
88
      "userid": "-", // gets filled w id
88
      "userid": "-", // gets filled w id
89
      "name": "Kris",
89
      "name": "Kris",
90
-     "githubid": "xt0fer"
90
+     "github": "xt0fer"
91
  }
91
  }
92
  ```
92
  ```
93
 and send it as the body of a POST request to  `http://zipcode.rocks:8085/ids/`
93
 and send it as the body of a POST request to  `http://zipcode.rocks:8085/ids/`