diff --git a/README.md b/README.md index 1cb1728..df107ed 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) ;) - - ## License The MIT License (MIT)