Skip to content

Commit f12436b

Browse files
authored
Fixed the rename command. (#1260)
Fixed the rename command.
1 parent 244ef06 commit f12436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shadowbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Rename an access key
119119
(e.g. rename access key 2 to 'albion')
120120

121121
```
122-
curl --insecure -X PUT curl -F 'name=albion' $API_URL/access-keys/2/name
122+
curl --insecure -X PUT -F 'name=albion' $API_URL/access-keys/2/name
123123
```
124124

125125
Remove an access key

0 commit comments

Comments
 (0)