Skip to content

Commit c6cbca6

Browse files
authored
Update README.md
1 parent afdaab7 commit c6cbca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
conversejs-rails wraps the [Converse.js](https://conversejs.org) library in a rails
44
engine for simple use with the asset pipeline provided by Rails 3.1 and higher.
55
The gem includes the development (non-minified) source for ease of exploration.
6-
The asset pipeline will minify in production.
6+
The asset pipeline will minify it in production.
77

88
Converse.js is a web based XMPP/Jabber instant messaging client. It enables you to add chat functionality to your website, independent of any specific backend. You will however need an XMPP server to connect to, either your own, or a public one.
99

1010

1111
## Usage
1212

13-
Add the following to your gemfile:
13+
Add the following to your Gemfile:
1414

1515
gem 'conversejs-rails'
1616

0 commit comments

Comments
 (0)