Skip to content

Commit

Permalink
[UPD] Some typos in readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 11, 2023
1 parent ce55ece commit 660a6d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Python Bitcoin Library
======================

Bitcoin Crypto Currency Library for Python.
Bitcoin cryptocurrency Library writen in Python.

Includes a fully functional wallet, with multi signature, multi currency and multiple accounts. Use this
library to create and manage transactions, addresses/keys, wallets, mnemonic password phrases and blocks with
Allows you to create a fully functional Bitcoin wallet with a single line of code.
Use this library to create and manage transactions, addresses/keys, wallets, mnemonic password phrases and blocks with
simple and straightforward Python code.

You this library at a high level and create and manage wallets for the command line or at a low level
and create your own custom made transactions, keys or wallets.
You can use this library at a high level and create and manage wallets from the command line or at a low level
and create your own custom made transactions, scripts, keys or wallets.

The BitcoinLib connects to various service providers automatically to update wallets, transactions and
The BitcoinLib connects to various service providers automatically to update wallets, transaction and
blockchain information.

.. image:: https://github.com/1200wd/bitcoinlib/actions/workflows/unittests.yaml/badge.svg
Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
Welcome to Bitcoinlib's documentation!
======================================

Bitcoin Crypto Currency Library for Python.
Bitcoin cryptocurrency Library writen in Python.

Includes a fully functional wallet, with multi signature, multi currency and multiple accounts. Use this
library to create and manage transactions, addresses/keys, wallets, mnemonic password phrases and blocks with
Allows you to create a fully functional wallet with a single line of code.
Use this library to create and manage transactions, addresses/keys, wallets, mnemonic password phrases and blocks with
simple and straightforward Python code.

You can use this library at a high level and create and manage wallets on the command line or at a low level
You can use this library at a high level and create and manage wallets from the command line or at a low level
and create your own custom made transactions, scripts, keys or wallets.

The BitcoinLib connects to various service providers automatically to update wallets, transactions and
The BitcoinLib connects to various service providers automatically to update wallets, transaction and
blockchain information.


Expand Down

0 comments on commit 660a6d9

Please sign in to comment.