From 9e59d05b0e6837bbb9466c61a5e7cdb6b370a650 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 5 Jun 2014 19:02:03 -0400 Subject: [PATCH 1/2] Changed git clone url to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8320c4bb..04f53ceecd 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The easiest way to get started is to clone the repository: ```bash # Get the latest snapshot -git clone --depth=1 git@github.com:sahat/hackathon-starter.git myproject +git clone --depth=1 https://github.com/sahat/hackathon-starter.git myproject cd myproject From ceddaead423e83f29936331649e62fee94003ace Mon Sep 17 00:00:00 2001 From: BrainCrumbz Date: Fri, 6 Jun 2014 16:45:14 +0200 Subject: [PATCH 2/2] Fixed typo 'assetion' and applied singular form. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04f53ceecd..d96b7894d3 100644 --- a/README.md +++ b/README.md @@ -391,8 +391,8 @@ List of Packages | uglify-js | Dependency for connect-assets library to minify JS. | | validator | Used in conjunction with express-validator in **controllers/api.js**. | | mocha | Test framework. | -| chai | BDD/TDD assetion library. | -| supertest | HTTP assertions library. | +| chai | BDD/TDD assertion library. | +| supertest | HTTP assertion library. | | multiline | Multi-line strings for the generator. | | blessed | Interactive command line interface for the generator. | | yui | Used by the Yahoo API example. |