Fix spacing in README.md (#1444)

This commit is contained in:
Ben Carman 2020-05-18 20:26:09 -05:00 committed by GitHub
parent bc600c230e
commit bef756985a

View File

@ -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"