diff --git a/README.md b/README.md
index fa577f8..17ffc56 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ cargo test
 
 ### Using g++ for linking
 
-There are situations, when runing with a different g++ compiler than the one that `PATH` points to where the C++ standard library would not be found.
+There are situations, when running with a different g++ compiler than the one that `PATH` points to where the C++ standard library would not be found.
 To fix this, you need to tell rust compiler to link with the same version directly.
 
 Run these commands in order: