diff --git a/README.md b/README.md index 6877ac1cd2..8906bea09f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@  Hackathon Starter [](https://david-dm.org/sahat/hackathon-starter) ================= -A kickstarter for **Node.js** web applications. +A kickstarter for **Node.js** web applications. **Live Demo**: http://hackathonstarter.herokuapp.com @@ -10,7 +10,7 @@ get a project started. Decide on an idea, pick a programming language, pick a we pick a CSS framework. A while later, you will have an initial project up on GitHub, and only then can other team members start contributing. Or what about doing something as simple as OAuth 2.0 Authentication? You can spend hours on it if you are not familiar with how OAuth 2.0 works. *(As a side-note, over a year ago -I had no idea WTF was REST or OAuth2, or how to do a simple "Sign in with Facebook". +I had no idea WTF REST or OAuth were, or how to do a simple "Sign in with Facebook". It was a frustrating experience to say the least.)* When I started this project, my primary focus was on **simplicity** and **ease of use**. @@ -18,7 +18,7 @@ I also tried to make it as **generic** and **reusable** as possible to cover mos without being too specific. In the worst case you can use this as a guide for your projects, if for example you are only interested in **Sign in with Google** authentication and nothing else. -Chances are, you might not need all 4 types of OAuth2 authentication methods, or all 9 API examples. +Chances are, you might not need all 4 types of OAuth 1.0a/OAuth2 authentication methods, or all 9 API examples. Sadly, there is no step-by-step wizard to configure the boilerplate code just for your use case. So, use what you need, simply delete what you don't need.