Fix typo
diff --git a/README.md b/README.md
index 499e24f..ef2c912 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 Code Style
 -------------
-At ON.Lab, we have adopted the [Mininet Pyhton style](https://github.com/mininet/mininet/wiki/Mininet-Python-Style) for our drivers and testcases. The one exception is that TestON does not correctly parse multiline comments in testcases when the ending triple double quotes are on the same line as the comment. Therefore, in the testcases, the ending triple double quotes must be on it's own line.
+At ON.Lab, we have adopted the [Mininet Python style](https://github.com/mininet/mininet/wiki/Mininet-Python-Style) for our drivers and testcases. The one exception is that TestON does not correctly parse multiline comments in testcases when the ending triple double quotes are on the same line as the comment. Therefore, in the testcases, the ending triple double quotes must be on it's own line.
 
 
 Setup