From 8ec711fd32f937aaab695009a2cd533ceb31b423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Fri, 22 Jan 2021 19:56:31 +0300 Subject: [PATCH] updated readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da68b1..74e557f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ 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; -`export const cards = [ + +```javascript +export const cards = [ Protonmail , @@ -33,8 +35,9 @@ Protonmail Udemy - , -];` + `, +]; +``` After adding the new array, head over to app.js and add a `