Skip to content

Commit 694ad6e

Browse files
authored
fix missing arg in README command (#301)
The getting started in the readme is missing an argument :)
1 parent 102b8ce commit 694ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ default.
9090
Next, create a new signing key to publish packages with:
9191

9292
```
93-
warg key new 127.0.0.1:8090
93+
warg key new --registry 127.0.0.1:8090
9494
```
9595

9696
The new signing key will be stored in your operating system's key store and

0 commit comments

Comments
 (0)