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:
parent
3fa4b0477d
commit
e39c46768d
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user