diff --git a/README.md b/README.md index d17a39a..38d8934 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ yasi Yet Another Skiena Implementation -This is an ongoing project where I am writing various data structures and algorithms in C++, loosely following the content of the Alogirhtms Manual book by Steven Skiena. +This is an ongoing project where I am writing various data structures and algorithms in C++, loosely following the content of the Algoirhtms Manual book by Steven Skiena. The code is written using standard C++ in Microsoft Visual Studio 2013. Code is tested using Google C++ framework.