Update README.md

This commit is contained in:
Daniel
2023-02-02 00:57:36 +02:00
committed by GitHub
parent 6a37dd489d
commit 9bb1282264

View File

@@ -16,8 +16,8 @@ Method | URL | Function
``` ```
{ {
_id: "ID", `ID, default` _id: "ID, default",
name: "Task Content", `String` name: "Task Content, String",
completed: true/false, `Boolean` completed: true/false, Boolean,
} }
``` ```