Skip to content

Commit

Permalink
Merge pull request #33 from newcanopies/README-npm-install-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flynneva authored Apr 26, 2021
2 parents f6da69c + fcc591a commit ae81741
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ Connect your website to your robot!

[![NPM](https://img.shields.io/npm/v/react-ros.svg)](https://www.npmjs.com/package/react-ros) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install
## Add react-ros to existing npm project

```bash
npm install react-ros
```
$ npm install react-ros
```

## Install react-ros as standalone dev

```
$ npm install
```

## Usage
Expand Down

0 comments on commit ae81741

Please sign in to comment.