Skip to content

Commit b996c34

Browse files
committedDec 9, 2016
Fix small grammatical errors in docs
1 parent c7c5a03 commit b996c34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ not designed to be deployed at scale.
99

1010
[![NPM](https://nodei.co/npm/rtc-switchboard.png)](https://nodei.co/npm/rtc-switchboard/)
1111

12-
[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/dominictarr/stability#unstable) [![Build Status](https://api.travis-ci.org/rtc-io/rtc-switchboard.svg?branch=master)](https://travis-ci.org/rtc-io/rtc-switchboard) [![bitHound Score](https://www.bithound.io/github/rtc-io/rtc-switchboard/badges/score.svg)](https://www.bithound.io/github/rtc-io/rtc-switchboard)
12+
[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/dominictarr/stability#unstable) [![Build Status](https://api.travis-ci.org/rtc-io/rtc-switchboard.svg?branch=master)](https://travis-ci.org/rtc-io/rtc-switchboard) [![bitHound Score](https://www.bithound.io/github/rtc-io/rtc-switchboard/badges/score.svg)](https://www.bithound.io/github/rtc-io/rtc-switchboard)
1313

1414
## Try it out
1515

16-
If you would like to our test signalling server (no uptime guaranteed) then
16+
If you would like to use our test signalling server (no uptime guaranteed) then
1717
you can use [rtc-quickconnect](https://github.com/rtc-io/rtc-quickconnect)
1818
and take it for a spin:
1919

@@ -36,7 +36,7 @@ Other examples are available in the [guidebook](http://guidebook.rtc.io)
3636

3737
## Usage: Standalone
3838

39-
If you wish to use `rtc-switchboard` on it's own to test signalling,
39+
If you wish to use `rtc-switchboard` on its own to test signalling,
4040
then you can simply clone this repository, install dependencies and start
4141
the server:
4242

0 commit comments

Comments
 (0)
Please sign in to comment.