diff --git a/README.md b/README.md index 38ce5db4f7..dcb4ab9ca0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Remix-Tests --- +> Tests for the Ethereum tool suite [Remix](https://github.com/ethereum/remix) + ### Installation `npm -g install remix-tests` @@ -107,3 +109,10 @@ params: `finalCallback(err)` - called when all tests finish running. `importCb(url, cb)` +## Contribute + +Please feel free! Open an issue or a pull request. Please conform to [`standard`](https://standardjs.com/) for code styles, and make sure that you add any relevant tests. + +## License + +[ISC](LICENSE.md) © 2018 Remix Team diff --git a/package.json b/package.json index 7fa2e106b6..df119242ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remix-tests", "version": "0.0.6", - "description": "", + "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ {