Skip to content

Commit

Permalink
Merge fix_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Aug 13, 2018
2 parents c8f65f4 + 0b679d0 commit f8c67b7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Coverage Status](https://coveralls.io/repos/github/TypedProject/ts-gphoto2-driver/badge.svg?branch=master)](https://coveralls.io/github/TypedProject/ts-gphoto2-driver?branch=master)
![npm](https://img.shields.io/npm/dm/%40typedproject%2Fgphoto2-driver.svg)
[![npm version](https://badge.fury.io/js/%40typedproject%2Fgphoto2-driver.svg)](https://badge.fury.io/js/%40typedproject%2Fgphoto2-driver)
[![Dependencies](https://david-dm.org/romakita/ts-gphoto2-driver.svg)](https://david-dm.org/romakita/ts-gphoto2-driver#info=dependencies)
[![img](https://david-dm.org/romakita/ts-gphoto2-driver/dev-status.svg)](https://david-dm.org/romakita/ts-gphoto2-driver/#info=devDependencies)
[![img](https://david-dm.org/romakita/ts-gphoto2-driver/peer-status.svg)](https://david-dm.org/romakita/ts-gphoto2-driver/#info=peerDependenciess)
[![Known Vulnerabilities](https://snyk.io/test/github/romakita/ts-gphoto2-driver/badge.svg)](https://snyk.io/test/github/romakita/ts-gphoto2-driver)
[![Dependencies](https://david-dm.org/typedproject/ts-gphoto2-driver.svg)](https://david-dm.org/typedproject/ts-gphoto2-driver#info=dependencies)
[![img](https://david-dm.org/typedproject/ts-gphoto2-driver/dev-status.svg)](https://david-dm.org/typedproject/ts-gphoto2-driver/#info=devDependencies)
[![img](https://david-dm.org/typedproject/ts-gphoto2-driver/peer-status.svg)](https://david-dm.org/typedproject/ts-gphoto2-driver/#info=peerDependenciess)
[![Known Vulnerabilities](https://snyk.io/test/github/typedproject/ts-gphoto2-driver/badge.svg)](https://snyk.io/test/github/typedproject/ts-gphoto2-driver)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Expand Down Expand Up @@ -74,14 +74,12 @@ cameraList.close();

Some example are available in the `examples` directory.

Before run example, run `npm run build` then `node examples/camera.js`.
Checkout this project then run `npm run build` and run `node examples/camera.js`.

## Contributors
## Contribute

Contributors and PR are welcome. Before, just read [contributing guidelines here](./CONTRIBUTING.md) ;)

<a href="https://github.com/romakita/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## License

The MIT License (MIT)
Expand Down

0 comments on commit f8c67b7

Please sign in to comment.