Skip to content

Commit

Permalink
Updated README with refactored API
Browse files Browse the repository at this point in the history
  • Loading branch information
hhandoko committed Sep 13, 2016
1 parent ba66e83 commit e395040
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 @@ -93,7 +93,7 @@ keyspaceConfig.getClusterConfig().setUsername(CASSANDRA_USERNAME);
keyspaceConfig.getClusterConfig().setPassword(CASSANDRA_PASSWORD);

CassandraMigration cm = new CassandraMigration();
cm.getConfigs().setScriptsLocations(scriptsLocations);
cm.setLocations(scriptsLocations);
cm.setKeyspaceConfig(keyspaceConfig);
cm.migrate();
```
Expand Down

0 comments on commit e395040

Please sign in to comment.