From 1a77396bdc978ff27b27b7ef94d8709002548ac3 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Fri, 29 Jan 2016 11:06:39 +0100 Subject: [PATCH] Update README.md Fixed error where bc and sc was used instead of bouncy and spongy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c7604..db59adc 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ Unless you want to implement your own, also add the following: ```Gradle compile 'ch.dissem.jabit:jabit-networking:1.0.0' compile 'ch.dissem.jabit:jabit-repositories:1.0.0' -compile 'ch.dissem.jabit:jabit-cryptography-bc:1.0.0' +compile 'ch.dissem.jabit:jabit-cryptography-bouncy:1.0.0' ``` And if you want to import from or export to the Wallet Import Format (used by PyBitmessage) you might also want to add: ```Gradle compile 'ch.dissem.jabit:jabit-wif:1.0.0' ``` -For Android clients use `jabit-cryptography-sc` instead of `jabit-cryptography-bc`. +For Android clients use `jabit-cryptography-spongy` instead of `jabit-cryptography-bouncy`. Usage -----