Skip to content

Commit 3e08117

Browse files
committed
🐛 FIX: Readme
1 parent ca1bb91 commit 3e08117

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ You can see a demo of the project at [https://linktreefreeclone.yoandev.co/](htt
2323
Create a new file in `src/pages/links/` for each link you want to add.
2424
The file name will be not used, but it is recommended to use a descriptive name.
2525
The file should contain a frontmatter section with the following variables:
26-
* `title`: The title of the link
27-
* `emoji`: The emoji to use for the link
28-
* `href`: The URL of the link
26+
27+
* `title`: The title of the link
28+
29+
* `emoji`: The emoji to use for the link
30+
31+
* `href`: The URL of the link
2932

3033
Example:
3134

@@ -48,8 +51,10 @@ You can see a demo of the project at [https://linktreefreeclone.yoandev.co/](htt
4851
Create a new file in `src/pages/social/` for each social media link you want to add.
4952
The file name will be not used, but it is recommended to use a descriptive name.
5053
The file should contain a frontmatter section with the following variables:
51-
* `icon`: The icon to use for the link
52-
* `url`: The URL of the link
54+
55+
* `icon`: The icon to use for the link
56+
57+
* `url`: The URL of the link
5358

5459
Example:
5560

0 commit comments

Comments
 (0)