diff --git a/README.md b/README.md
index 1c835f2..3c32f65 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Intranet of the Paris est Ludique board game festival.
This is the intranet used by the volunteers of the assosication Paris est Ludique.
-It is built from the boilerplate [React Cool Starter](https://github.com/forceoranj/intranet), on the top of [React](https://facebook.github.io/react), [Redux](https://github.com/reactjs/redux), [React Router](https://reacttraining.com/react-router) and [Express](https://expressjs.com).
+It is built from the boilerplate [React Cool Starter](https://github.com/wellyshen/react-cool-starter), on the top of [React](https://facebook.github.io/react), [Redux](https://github.com/reactjs/redux), [React Router](https://reacttraining.com/react-router) and [Express](https://expressjs.com).
## Requirements
@@ -20,6 +20,7 @@ cd intranet
**2. Install all of the dependencies:**
```sh
+npm install yarn
yarn
```