Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Apr 12, 2018
1 parent 04a6ee9 commit 6fd479a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Install the library in an existing Truffle project:
npm install --save-dev truffle-migrate-off-chain
```

The `Migrations.sol` contract can be removed because it is no longer needed.

# Usage

To run your migrations call the command:
Expand Down Expand Up @@ -83,6 +81,8 @@ The key here is that the Truffle build artifact network addresses are derived fr

- It's currently built against Truffle 4.1.5, but it's likely that it will work with older versions of Truffle as well. If you want to test it and submit a PR that would be fantastic!

- You still need to keep the `Migrations.sol` contract and migration around so that the `truffle test` command works.

# License

Note that this project borrows code heavily from `truffle-migrate` and `truffle-core`. This code is similarly licensed under the MIT license.

0 comments on commit 6fd479a

Please sign in to comment.