This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Commit 875b6e0
authored
Added escaping of asterisks in file path
Because of how markdown interprets asterisks (*), they were being removed from the file paths in the instructions. Adding a backslash (\) escapes those characters to display properly.1 parent f15e976 commit 875b6e0
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments