Skip to content

Commit

Permalink
polish README
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Dec 22, 2014
1 parent 48e3c16 commit 11f51d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"templates": {
"systemName": "bitcore",
"copyright": "© 2013-2014, BitPay Inc.",
"copyright": "© 2013-2015, BitPay Inc.",
"navType": "vertical",
"theme": "journal",
"linenums": true,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014 BitPay, Inc.
Copyright (c) 2013-2015 BitPay, Inc.

Parts of this software are based on fullnode
Copyright (c) 2014 Ryan X. Charles
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you find a security issue, please email [email protected].

## Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement.
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our [CONTRIBUTING](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) file.

## Building the Browser Bundle

Expand All @@ -64,19 +64,19 @@ Run all the tests:
gulp test
```

Run the tests with mocha:
Run the NodeJS tests with mocha:

```sh
gulp test:node
```

Run the tests with karma (uses firefox and chrome):
Run the browser tests with karma:

```sh
gulp test:browser
```

Create a coverage report (you can open `coverage/lcov-report/index.html` to visualize it):
Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it):

```sh
gulp coverage
Expand All @@ -86,4 +86,4 @@ gulp coverage

Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).

Copyright 2013-2014 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

0 comments on commit 11f51d8

Please sign in to comment.