diff --git a/README.md b/README.md index 268929b..a9d34f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## Gucode React Tutorial +# Gucode React Tutorial Code from Gucode EP.5 @@ -10,4 +10,6 @@ npm install # or yarn install npm start ``` -Watch tutorial video on Gucode Youtube Channel: [https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ](https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ) \ No newline at end of file +Watch tutorial video on Gucode Youtube Channel: [https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ](https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ) + +**Don't forget to Subscribe to Gucode Channel** \ No newline at end of file diff --git a/package.json b/package.json index 1a443df..63bea2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gucode-react-tutorial", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "react": "^15.4.2",