File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ Expected file structure:
161
161
```md
162
162
/snippets
163
163
|- language
164
- |- category-name
165
- |- your-snippet-here.md
164
+ |- category-name
165
+ |- your-snippet-here.md
166
166
```
167
167
168
168
> Please do ** NOT** add or edit anything in ` /public ` folder. It will be used for consolidating snippets.
@@ -221,9 +221,9 @@ Example structure:
221
221
``` md
222
222
/snippets
223
223
|- python
224
- |- file-handling
225
- |- list-manipulation
226
- |- ....
224
+ |- file-handling
225
+ |- list-manipulation
226
+ |- ....
227
227
```
228
228
229
229
### Adding a New Language
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ const Banner = () => {
5
5
Made to save your < span className = "text-highlight" > time.</ span >
6
6
</ h1 >
7
7
< p >
8
- Find code snippets in seconds, across multiple languages. Just{ " " }
9
- < s >
10
- < abbr title = "Under construction :)" > search</ abbr >
11
- </ s > { " " }
8
+ Find code snippets in seconds, across multiple languages. Just search
12
9
and copy!
13
10
</ p >
14
11
</ div >
You can’t perform that action at this time.
0 commit comments