Skip to content

Commit 4e8c8d7

Browse files
authored
docs(README): use $RANDOM to allow for a probably unique username 😉 (#506)
1 parent 0add3d8 commit 4e8c8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Example of the result: https://github.com/agconti/piedpiper-web
5151
Try creating a user!
5252

5353
```bash
54-
curl -d '{"username":"testuser", "password":"test", "email":"test@test.com", "first_name":"test", "last_name":"user"}' \
54+
curl -d '{"username":"'"$RANDOM"'", "password":"test", "email":"test@test.com", "first_name":"test", "last_name":"user"}' \
5555
-H "Content-Type: application/json" \
5656
-X POST https://piedpiper-prod.herokuapp.com/api/v1/users/
5757
```

0 commit comments

Comments
 (0)