Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc updates #5

Merged
merged 2 commits into from Sep 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# termigrator
low level, database agnostic migration client. this library makes no assumption of what a migration looks like, how it stored, etc. why the name *termigrator*? partly because all migration related names have been taken on npm, but mostly because why not?


![Termigrator](https://upload.wikimedia.org/wikipedia/en/b/b9/Terminator-2-judgement-day.jpg)

## Installing
```bash
Expand Down
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,8 @@
],
"author": "chris ludden",
"license": "MIT",
"repository": "cludden/termigrator",
"homepage": "https://github.com/cludden/termigrator",
"dependencies": {
"async": "^2.0.1",
"bluebird": "^3.4.1",
Expand Down