Skip to content

Commit 668bf55

Browse files
committed
Enclose project structure with code block
1 parent 523a1b6 commit 668bf55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ pendulum::now(); // 2020-04-04T23:30:52+09:00
221221
## How to develop
222222
223223
### Project structure
224+
225+
```
224226
.
225227
├── build # Build directory
226228
│ ├── Debug
@@ -238,6 +240,7 @@ pendulum::now(); // 2020-04-04T23:30:52+09:00
238240
├── README.md
239241
├── VERSION
240242
└── version.h.in
243+
```
241244
242245
### Install dependencies
243246

0 commit comments

Comments
 (0)