diff --git a/README.md b/README.md
index 55d03b05730f1ff09f05b70f6cf01bfafa13b14e..5575a39a53e47edc2e6edf913f9f96f8ad58708f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Here I collect tools I wrote for managing my c++ projects.
 
 ### allinclude.cpp
-For each subdirectory in provided(or current) directory generates an .hpp file with the same name that includes all .h[pp] files in that subdirectory, then does the same recursively for each of those subdirectiry.
+For each subdirectory in provided(or current) directory generates an .hpp file with the same name that includes all .h[pp] files in that subdirectory, then does the same recursively for each of those subdirectories.
 
 ### allinclude_sort.sh
 Wrapper for allinclude, that just uses sort command to sort the includes in generated hpp files.