diff --git a/README.md b/README.md index 223f61c..995704b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ docker build -t pyrpg . docker run --volume $(pwd)/out:/out --env NUMBER_OF_PSEUDONYMS=$NUMBER_OF_PSEUDONYMS pyrpg ``` -If you don't proivide a number of pseudonyms, the script will generate 100 by default. +If you don't provide a number of pseudonyms, the script will generate 100 by default. Pseudonyms are written to a file named `pseudonyms.txt` in and 'out' volume so you can retrieve them easily. \ No newline at end of file