README.md in naether-0.15.8-java vs README.md in naether-0.15.9

- old
+ new

@@ -30,11 +30,11 @@ ### Java <dependency> <groupId>com.tobedevoured.naether</groupId> <artifactId>core</artifactId> - <version>0.15.6</version> + <version>0.15.7</version> </dependency> May have to add the Sonatype Repo if the sync to Maven Central is slow. <repositories> @@ -58,12 +58,12 @@ Naether::Bootstrap.bootstrap_local_repo #### Resolving Dependencies - require 'rubygems' require 'naether' - + require 'naether/bootstrap' + Naether::Bootstrap.bootstrap_local_repo naether = Naether.create naether.dependencies = [ "ch.qos.logback:logback-classic:jar:0.9.29", "junit:junit:jar:4.8.2" ] naether.resolve_dependencies()