Skip to content

Commit d46bec3

Browse files
committed
doc: make README example easier to read
1 parent e889813 commit d46bec3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Check the [tutorial](https://scim2-cli.readthedocs.io/en/latest/tutorial.html) a
1515
Here is an example of resource creation:
1616

1717
```shell
18-
$ echo {"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"], "userName": "bjensen@example.com"} | scim2 https://auth.example create user
18+
$ scim2 https://auth.example create user << EOL
19+
{
20+
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
21+
"userName": "bjensen@example.com"
22+
}
23+
EOL
1924
{
2025
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
2126
"id": "2819c223-7f76-453a-919d-413861904646",

0 commit comments

Comments
 (0)