Skip to content

Commit 68d5185

Browse files
authored
Fixed README.md code-block formatting
The code-block inside `README.md` was updated to use ` and not '. Signed-off-by: boyninja15 <flappyfloorg@gmail.com>
1 parent ec61509 commit 68d5185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Basic plugin config settings (if any). Defaults are sufficient for most use case
4747

4848
## 📂 Project Structure
4949

50-
'''
50+
```
5151
FileStorage/
5252
├── src/main/java/com/floorplugins/filestorage/
5353
│ ├── commands/
@@ -66,7 +66,7 @@ FileStorage/
6666
├── pom.xml
6767
├── LICENSE
6868
└── README.md
69-
'''
69+
```
7070

7171
---
7272

0 commit comments

Comments
 (0)