Skip to content

Commit 65657ae

Browse files
Fix markdown linting errors in README
1 parent 643c271 commit 65657ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,21 @@ widgets:
130130
```
131131

132132
**Benefits:**
133+
133134
- Works out of the box - no additional setup needed
134135
- Icons display immediately
135136
- Configuration kept in one place with your widgets
136137

137-
**Note:** Only enable this if your application doesn't already include Font Awesome. If you have Font Awesome in your project, use Option 2 instead to avoid version conflicts.
138+
**Note:** Only enable this if your application doesn't already include Font Awesome. If you have Font Awesome in
139+
your project, use Option 2 instead to avoid version conflicts.
138140

139141
#### Option 2: Manual Setup (Recommended if Font Awesome Already Installed)
140142

141-
If your application already includes Font Awesome (via NPM, CDN, or other means), simply use Font Awesome icon classes in your widget configuration. DiscoDevBar will use your existing Font Awesome installation.
143+
If your application already includes Font Awesome (via NPM, CDN, or other means), simply use Font Awesome icon
144+
classes in your widget configuration. DiscoDevBar will use your existing Font Awesome installation.
142145

143146
**Example:**
147+
144148
```yaml
145149
widgets:
146150
left:

0 commit comments

Comments
 (0)