Skip to content

Commit

Permalink
Fix Broken Link in documentation (#79)
Browse files Browse the repository at this point in the history
* Update README.md

Fix Broken Link in documentation
  • Loading branch information
Arupwkeu authored Jan 22, 2024
1 parent df09144 commit d9bed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ However, when importing the modules to use them in a JavaScript or TypeScript fi
### Liquibase CLI Command API Parity
We were careful to ensure that all 'top level' Liquibase commands are implemented in this package. No more magic strings!

[Here's a complete listing]('./src/enums/liquibase-commands.enum.ts') of commands that have been implemented.
[Here's a complete listing](https://github.com/liquibase/node-liquibase/blob/master/src/enums/liquibase-commands.enum.ts) of commands that have been implemented.

### Liquibase CLI Peer Dependency (Optional)
WIP
Expand Down

0 comments on commit d9bed1b

Please sign in to comment.