mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Update README.md
This commit is contained in:
parent
a7d5e307d4
commit
9795df4e14
33
README.md
33
README.md
@ -23,39 +23,22 @@ of which I expect you'll know quite well ([otherwise, go check out js-reactor](h
|
||||
|
||||
### Install from npm
|
||||
|
||||
```
|
||||
```bash
|
||||
# install from npm
|
||||
npm install js-bigchaindb-driver
|
||||
```
|
||||
|
||||
|
||||
### Install from GitHub
|
||||
|
||||
Depending on your GitHub login credentials
|
||||
|
||||
- ssh
|
||||
```
|
||||
# Install from GitHub - Depending on your GitHub login credentials (`ssh` or `https`)
|
||||
npm install git+ssh://github.com/bigchaindb/js-bigchaindb-driver.git
|
||||
```
|
||||
|
||||
- https
|
||||
|
||||
```
|
||||
npm install git+https://github.com/bigchaindb/js-bigchaindb-driver.git
|
||||
```
|
||||
|
||||
### Browser / ES6
|
||||
### Import / ES6
|
||||
|
||||
```javascript
|
||||
// ES6
|
||||
import * as driver from 'js-bigchaindb-driver';
|
||||
```
|
||||
|
||||
### Browser / require
|
||||
```javascript
|
||||
// ES<<6
|
||||
let driver = require('js-bigchaindb-driver');
|
||||
```
|
||||
|
||||
### CommonJS / node
|
||||
```javascript
|
||||
// CommonJS / node
|
||||
let driver = require('js-bigchaindb-driver/dist/node');
|
||||
```
|
||||
|
||||
@ -176,4 +159,4 @@ Transaction(secret)
|
||||
|
||||
|
||||
|
||||
### Connection
|
||||
### Connection
|
||||
|
Loading…
Reference in New Issue
Block a user