Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Apr 19, 2018
1 parent 5166523 commit ca78b14
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 @@ -303,7 +303,7 @@ implementation "com.tonyodev.fetchmigrator:fetchmigrator:2.0.0-RC15"
Then run the Migrator.
```java
if (didMigrationRun()) {
if (!didMigrationRun()) {
//Migration has to run on a background thread
new Thread(new Runnable() {
@Override
Expand Down

0 comments on commit ca78b14

Please sign in to comment.