Commit 4dbcb3db by Gary Donovan Committed by Sébastien Eustace

Fix mistake in example (#1273)

parent ce124603
...@@ -333,7 +333,7 @@ poetry install --no-dev ...@@ -333,7 +333,7 @@ poetry install --no-dev
``` ```
You can also specify the extras you want installed You can also specify the extras you want installed
by passing the `--E|--extras` option (See [Extras](#extras) for more info) by passing the `-E|--extras` option (See [Extras](#extras) for more info)
```bash ```bash
poetry install --extras "mysql pgsql" poetry install --extras "mysql pgsql"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment