소스 검색

typo: now 'requirements'

Hannes Hirzel 10 년 전
부모
커밋
0a604a42d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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).