mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 06:45:21 +01:00
Fix spacing in README.md (#1444)
This commit is contained in:
parent
bc600c230e
commit
bef756985a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue