Skip to content

Commit

Permalink
Fix for first example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 20, 2024
1 parent 0f1e186 commit 720dba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The `user` object from this example will be serailized into FormData with follow
name = "The Octocat"
login = "octocat"
url = "https://github.com/octocat"
repositories[nodes][0][name] = Hello-World
repositories[nodes][0][description] = My first repository on GitHub!
repositories[nodes][0][name] = "Hello-World"
repositories[nodes][0][description] = "My first repository on GitHub!"
repositories[nodes][0][url] = "https://github.com/octocat/Hello-World"
```

Expand Down

0 comments on commit 720dba4

Please sign in to comment.