mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Adjust headings
This commit is contained in:
parent
3fa4b0477d
commit
e39c46768d
@ -17,14 +17,14 @@
|
||||
|
||||
## 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)
|
||||
* [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)
|
||||
* [Authors](#authors)
|
||||
* [License](#license)
|
||||
|
||||
## Node.js Installation and Usage
|
||||
## Installation and Usage with package managers (npm/yarn)
|
||||
|
||||
```bash
|
||||
npm install bigchaindb-driver
|
||||
@ -75,7 +75,7 @@ conn.postTransaction(txSigned)
|
||||
.then((res) => console.log('Transaction status:', res.status))
|
||||
```
|
||||
|
||||
## Browser Installation and Usage
|
||||
## Use a pre-built image (browser only)
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
|
Loading…
Reference in New Issue
Block a user