From 625bfc4b7c093e769b789aa1b053d397efa561fb Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Wed, 13 Oct 2021 14:20:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16b2f47..a36a918 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ # Introduction -This package contains a very basic implementation of a HD (Hierarchical Deterministic) wallet based on my [bip_utils](https://github.com/ebellocchia/bip_utils) library. -It is basically a nice wrapper for the [bip_utils](https://github.com/ebellocchia/bip_utils) library for generating mnemonics, seeds, public/private keys and addresses. +This package contains a very basic implementation of a HD (Hierarchical Deterministic) wallet based on my [bip_utils](https://github.com/ebellocchia/bip_utils) library.\ +It is basically a nice wrapper for the *bip_utils* library for generating mnemonics, seeds, public/private keys and addresses. Therefore, it has no network functionalities.\ The supported coins are the same of the [bip_utils](https://github.com/ebellocchia/bip_utils) library, so check the related page.