diff --git a/README.md b/README.md index 338e7a6bb1..2dc9e06f6b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For a complete guide on how to get started with Bitcoin-S, see our website at The latest release of bitcoin-s is `v0.3.0`, here is how you can use the dependencies in your projects: ``` -libraryDependencies +="org.bitcoin-s" % "bitcoin-s-secp256k1jni" % "0.3.0" +libraryDependencies += "org.bitcoin-s" % "bitcoin-s-secp256k1jni" % "0.3.0" libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-core" % "0.3.0"