Skip to content

Commit 5510b3b

Browse files
authored
Add example of using .md files for docs to README
1 parent 0314717 commit 5510b3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Example:
192192
```text
193193
migrations
194194
├ 1_create-initial-tables.sql
195+
├ 1_create-initial-tables.md # Docs can go here
195196
├ 2-alter-initial-tables.SQL
196197
└ 3-alter-initial-tables-again.js
197198
```
@@ -201,6 +202,7 @@ Or, if you want better ordering in your filesystem:
201202
```text
202203
migrations
203204
├ 00001_create-initial-tables.sql
205+
├ 00001_create-initial-tables.md # Docs can go here
204206
├ 00002-alter-initial-tables.sql
205207
└ 00003_alter-initial-tables-again.js
206208
```

0 commit comments

Comments
 (0)