Skip to content

Commit

Permalink
tweak style in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Giordano committed May 13, 2019
1 parent 401e0bd commit 7416a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenZeppelin test helpers
# OpenZeppelin Test Helpers

[![NPM Package](https://img.shields.io/npm/v/openzeppelin-test-helpers.svg?style=flat-square)](https://www.npmjs.org/package/openzeppelin-test-helpers)
[![NPM Package](https://img.shields.io/npm/v/openzeppelin-test-helpers.svg)](https://www.npmjs.org/package/openzeppelin-test-helpers)
[![Build Status](https://travis-ci.com/OpenZeppelin/openzeppelin-test-helpers.svg?branch=master)](https://travis-ci.com/OpenZeppelin/openzeppelin-test-helpers)

JavaScript testing helpers for Ethereum smart contract development. These are specially suited for [truffle 5](https://truffleframework.com/truffle) (using [web3 1.0](https://github.com/ethereum/web3.js/)). [chai](http://chaijs.com/) [bn.js](https://github.com/indutny/bn.js) assertions using [chai-bn](https://github.com/ZeppelinSolutions/chai-bn) are also included.
Expand Down

0 comments on commit 7416a2e

Please sign in to comment.