Skip to content

Commit

Permalink
docs(README): use $RANDOM to allow for a probably unique username πŸ˜‰ (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti authored Dec 28, 2017
1 parent 0add3d8 commit 4e8c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Example of the result: https://github.com/agconti/piedpiper-web
Try creating a user!

```bash
curl -d '{"username":"testuser", "password":"test", "email":"[email protected]", "first_name":"test", "last_name":"user"}' \
curl -d '{"username":"'"$RANDOM"'", "password":"test", "email":"[email protected]", "first_name":"test", "last_name":"user"}' \
-H "Content-Type: application/json" \
-X POST https://piedpiper-prod.herokuapp.com/api/v1/users/
```

0 comments on commit 4e8c8d7

Please sign in to comment.