Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 4, 2018
1 parent 7ab67c5 commit 2b6e857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ docker run --rm -it -v $(pwd):/data chesszebra/composer:7.0 install
The OAuth server requires a public and private key, let's create them:

```
openssl genrsa -out private.key 2048
openssl genrsa -out data/private.key 2048
openssl rsa -in data/private.key -pubout -out data/public.key
```

Expand Down

0 comments on commit 2b6e857

Please sign in to comment.