1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Adjust headings

This commit is contained in:
tim 2017-06-22 12:15:12 +02:00
parent 3fa4b0477d
commit e39c46768d

View File

@ -17,14 +17,14 @@
## Contents ## Contents
* [Node.js Installation and Usage](#node.js-installation-and-usage) * [Installation and Usage with package managers (npm/yarn)](#installation-and-usage-with-package-managers-npmyarn)
* [Example: Create a transaction](#example-create-a-transaction) * [Example: Create a transaction](#example-create-a-transaction)
* [Browser Installation and Usage](#browser-installation-and-usage) * [Use a pre-built image (browser only)](#use-a-pre-built-image-browser-only)
* [Documentation](#bigchaindb-documentation) * [Documentation](#bigchaindb-documentation)
* [Authors](#authors) * [Authors](#authors)
* [License](#license) * [License](#license)
## Node.js Installation and Usage ## Installation and Usage with package managers (npm/yarn)
```bash ```bash
npm install bigchaindb-driver npm install bigchaindb-driver
@ -75,7 +75,7 @@ conn.postTransaction(txSigned)
.then((res) => console.log('Transaction status:', res.status)) .then((res) => console.log('Transaction status:', res.status))
``` ```
## Browser Installation and Usage ## Use a pre-built image (browser only)
```html ```html
<!DOCTYPE html> <!DOCTYPE html>