From 87b02ba1f82fc96bf8da3129edcf4ec6d37061c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Fri, 22 Jan 2021 19:58:12 +0300 Subject: [PATCH] updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74e557f..a39d72a 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,13 @@ Run `npm install` then run `npm run`. ### Adding a custom card -For this you need to create an array inside data folder. For example card3.js and add desired websites to array. An example; +For this you need to create an array inside data folder. For example create card3.js and add desired websites to array. An example; ```javascript export const cards = [ Protonmail , - Youtube , @@ -39,7 +38,7 @@ Protonmail ]; ``` -After adding the new array, head over to app.js and add a ` +After adding the new array, head over to app.js and add a `` ### Fetching different city's weather @@ -47,4 +46,4 @@ Open the `weather-fetch.jsx` inside components folder. Change api request from ` #### Building and using app locally -Open `package.json` and add `"homepage": "."` to first object. Then add <"deploy": "gh-pages -d build"> to the scripts section. After this save and run `npm run build`. You should be able to locally access using `index.html` in the builds folder. +Open `package.json` and add `"homepage": "."` to first object. Then add `"deploy": "gh-pages -d build"` to the scripts section. After this save and run `npm run build`. You should be able to locally access using `index.html` in the builds folder.