Commit de73fa07 by Frojdholm Committed by Sébastien Eustace

Fix typos in README (#226)

* Fix typo in README, his -> this

* Fix typo in README, installed -> install
parent 6a7a8722
...@@ -225,7 +225,7 @@ Here is a breakdown of what exactly happens here: ...@@ -225,7 +225,7 @@ Here is a breakdown of what exactly happens here:
What interests us is `pbr (>=0.6,!=0.7,<1.0)`. What interests us is `pbr (>=0.6,!=0.7,<1.0)`.
At his point, poetry will choose `pbr==0.11.1` which is the latest version that matches the constraint. At this point, poetry will choose `pbr==0.11.1` which is the latest version that matches the constraint.
Next it will try to select `oslo.i18n==3.20.0` which is the latest version that matches `oslo.i18n (>=1.3.0)`. Next it will try to select `oslo.i18n==3.20.0` which is the latest version that matches `oslo.i18n (>=1.3.0)`.
...@@ -242,7 +242,7 @@ dependency. This means that **any** version of this package can be installed whi ...@@ -242,7 +242,7 @@ dependency. This means that **any** version of this package can be installed whi
can lead to compatibility issues. can lead to compatibility issues.
Also, you have to explicitly tell it to not update the locked packages when you Also, you have to explicitly tell it to not update the locked packages when you
installed new ones. This should be the default. install new ones. This should be the default.
#### Remove command #### Remove command
......
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