diff --git a/README.md b/README.md index f6a031e..20c6498 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Here you can easily set up and use Morphia and Jedis. world.avionik database-simplified - 1.0.1 + 1.0.2 provided @@ -18,7 +18,7 @@ Here you can easily set up and use Morphia and Jedis. ### Gradle ```groovy dependencies { - compileOnly 'world.avionik:database-simplified:1.0.1' + compileOnly 'world.avionik:database-simplified:1.0.2' } ``` @@ -29,6 +29,7 @@ There are two different ways to enter your sensitive data during setup. You can DatabaseSimplifiedKit.createConfiguration() .withMorphia(MorphiaSettings.fromConfig()) // Of course you can also use fromEnv() here .withJedis(JedisSettings.fromEnv()) // Of course you can also use fromConfig() here + .withArango(ArangoSettings.fromConfig()) // Of course you can also use fromEnv() here .start() ```