Browse Source

typo: now 'requirements'

Hannes Hirzel 10 years ago
parent
commit
0a604a42d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ The site is developed using [Jekyll](http://jekyllrb.com/).
 
 ## How to add a page to this amber-documentation site?
 
-1. Meet requierements. You need Jekyll in your system: `gem install jekyll`.
+1. Meet requirements. You need Jekyll in your system: `gem install jekyll`.
 2. Clone this repo with `git clone git@github.com:amber-smalltalk/amber-documentation.git`.
 3. `git checkout -b my-edit-or-new-doc-page`
 4. Run Jekyll with `jekyll serve` (it will rebuild the site after any file gets saved).