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 `