kenu / solid star
dboyliao 2015-11-25
fix typo in README.md
@2cd2875614aef522ebb38fa8d88bdb57542dd832
README.md
--- README.md
+++ README.md
@@ -27,7 +27,7 @@
 All the submodules are managed in the same way, which means you can run the code using the same syntax. For example, if you want to see the result of the sample code for Open/Close principle, just run:
 
 ```
-python -m python_code.bad.open_close   # See the result of bad implementationgi
+python -m python_code.bad.open_close   # See the result of bad implementation
 python -m python_code.good.open_close  # See the result of good implementation
 ```
 
Add a comment
List