Skip to content

Commit 5fedff7

Browse files
Adds usage instructions to README
Adds a code snippet to the README demonstrating how to use the sql2migration command. This provides users with a quick start guide to using the tool.
1 parent c7dd184 commit 5fedff7

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
@@ -9,6 +9,8 @@ composer require yourvendor/sql-to-migration
99
```
1010

1111
## Useage
12+
```bash
1213
php spark sql2migration /path/to/database.sql
14+
```
1315

1416
For details: [Documentation](docs.md)

0 commit comments

Comments
 (0)