Skip to content

Commit 466270a

Browse files
authored
Update README.md
1 parent 1827372 commit 466270a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For demonstration purposes all user authentication and specific permissions veri
3232
{
3333
"title": "New Post",
3434
"username": "John Doe",
35-
"content": "New content for a post",
35+
"content": "New content for a post"
3636
}
3737

3838
* **PATCH https://codeleap.herokuapp.com/careers/{ID}/** - Update an existent Post by ID
@@ -41,7 +41,7 @@ For demonstration purposes all user authentication and specific permissions veri
4141

4242
{
4343
"title": "Edited Post",
44-
"content": "This content has been edited",
44+
"content": "This content has been edited"
4545
}
4646

4747
* **DELETE https://codeleap.herokuapp.com/careers/{ID}/** - Delete an existent Post by ID

0 commit comments

Comments
 (0)