From 131ac3b1ac1a56e2c6ef0e99dbf3ae6eb5a35324 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Sat, 26 May 2018 03:04:06 -0400 Subject: [PATCH] Remove cargo usage from README Everyone using rust can be expected to know how to do this, and besides, the version was wrong. :) --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c658273..edd8a4a 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,6 @@ For JSONRPC interaction with Bitcoin Core, it is recommended to use [rust-jsonrp which uses the underlying [strason library](https://github.com/apoelstra/strason) which parses decimal numbers as strings, preventing precision errors. -# Usage - -To use rust-bitcoin, just add the following to your Cargo.toml. - -```toml -[dependencies] -bitcoin = "0.12" -``` # Known limitations