mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Fix spacing in README.md (#1444)
This commit is contained in:
parent
bc600c230e
commit
bef756985a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user