Skip to content

Commit

Permalink
Merge pull request Contrast-Security-OSS#12 from builtamont-oss/chore…
Browse files Browse the repository at this point in the history
…/update_readme_with_new_api

Chore - Update README with new API
  • Loading branch information
hhandoko authored Sep 13, 2016
2 parents ba66e83 + e395040 commit 2dff947
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 2dff947

Please sign in to comment.