From 424c55d3e1c2ea5ebc8893f15f2daeb49086b548 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 10:58:04 -0400 Subject: [PATCH] Fix typographical error(s) Changed begginer to beginner in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbabc7a..f509e0f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ An API implementation for Saarang Shaastra like fests, including ERP and Mainsit ``` - Create a virtual env - Go into the folder of the git repository and use `virtualenv --no-site-packages venv` - - If you do not know what git repository means read [this](http://rogerdudler.github.io/git-guide/) for a begginer crash course + - If you do not know what git repository means read [this](http://rogerdudler.github.io/git-guide/) for a beginner crash course - If you do not know what python-virtualenv means read [this](http://www.pythonforbeginners.com/basics/python-virtualenv-usage) - Install configs/requirements.txt - use