Skip to content

Commit 83c0dd3

Browse files
committed
doc: README example typo
1 parent 410f260 commit 83c0dd3

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
@@ -15,7 +15,7 @@ Check the [reference](https://scim2-cli.readthedocs.io/en/latest/reference.html)
1515
Here is an example of resource creation:
1616

1717
```shell
18-
$ scim2 https://auth.example --header "Authorization: Bearer 12345" create user << EOL
18+
$ scim2 https://auth.example --headers "Authorization: Bearer 12345" create user << EOL
1919
{
2020
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
2121
"userName": "bjensen@example.com"

0 commit comments

Comments
 (0)