Update some wording and remove N/A test sections

This commit is contained in:
Brandon Millman
2017-12-19 17:50:54 -05:00
parent ca2bb60877
commit f239522a19
4 changed files with 9 additions and 28 deletions

View File

@@ -16,9 +16,9 @@ yarn add @0xproject/connect
## Contributing ## Contributing
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. We strongly recommend the community to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md) Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies ### Install Dependencies

View File

@@ -1,7 +1,7 @@
@0xproject/kovan_faucets @0xproject/kovan_faucets
------ ------
This faucet dispenses 0.1 test ether to one recipient per second. It has a max queue size of 1000. This faucet dispenses 0.1 test ether to one recipient per second and 0.1 test ZRX every 5 seconds. It has a max queue size of 1000.
## Installation ## Installation
@@ -9,9 +9,9 @@ This is a private package and therefore is not published to npm. In order to bui
## Contributing ## Contributing
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. We strongly recommend the community to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md) Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies ### Install Dependencies
@@ -55,13 +55,6 @@ Where recipient_address is a hex encoded Ethereum address prefixed with `0x`.
Where recipient_address is a hex encoded Ethereum address prefixed with `0x`. Where recipient_address is a hex encoded Ethereum address prefixed with `0x`.
```javascript
{
"full": false,
"size": 0
}
```
### Docker configs ### Docker configs
``` ```
@@ -82,7 +75,3 @@ kovan-faucets
```bash ```bash
yarn lint yarn lint
``` ```
### Run Tests
N/A

View File

@@ -22,9 +22,9 @@ import {
## Contributing ## Contributing
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. We strongly recommend the community to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md) Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies ### Install Dependencies
@@ -49,7 +49,3 @@ yarn build
```bash ```bash
yarn lint yarn lint
``` ```
### Run Tests
N/A

View File

@@ -23,9 +23,9 @@ import {
## Contributing ## Contributing
We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. We strongly recommend the community to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
[CONTRIBUTING.md](../../CONTRIBUTING.md) Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install Dependencies ### Install Dependencies
@@ -50,7 +50,3 @@ yarn build
```bash ```bash
yarn lint yarn lint
``` ```
### Run Tests
N/A