From 9ff5f37509d38c314d8ad40fca5b6eac45905f98 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 27 Apr 2016 16:35:22 +1000 Subject: [PATCH] README: emphasise warning --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c8f554..90cff70 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,8 @@ Used by over a million wallet users and the backbone for almost all Bitcoin web ## Should I use this in production? -If you are thinking of using the master branch of this library in production, *stop*. -Master is not stable; it is our development branch, and only tagged releases may be classified as stable. - -If you are looking for the latest releases, look at the [repositories tags](https://github.com/bitcoinjs/bitcoinjs-lib/tags) or download from `npm` (see below). +If you are thinking of using the master branch of this library in production, **stop**. +Master is not stable; it is our development branch, and [only tagged releases may be classified as stable](https://github.com/bitcoinjs/bitcoinjs-lib/tags). ## Installation