Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Feb 18, 2015
1 parent caf2de0 commit eec28c9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 16 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,12 @@

Pick the option that works best for you:

- [ZIP file](https://github.com/ringcentral/js-sdk/archive/master.zip) and dependencies:
- Bower — `$ bower install rcsdk --save`, all dependencies will be downloaded to `bower_components` directory
- NPM — `$ npm install rcsdk --save`
- [ZIP file](https://github.com/ringcentral/js-sdk/archive/master.zip) and dependencies *(not recommended)*:
- [ES6 Promise Polyfill](https://github.com/lahmatiy/es6-promise-polyfill)
- [PUBNUB](http://www.pubnub.com/docs/javascript/javascript-sdk.html)
- [Crypto JS](https://code.google.com/p/crypto-js)
- Bower — `$ bower install git+ssh://[email protected]/ringcentral/js-sdk.git --save` (you must have access
to the GitHub repository), all dependencies will be downloaded to your `bower_components` directory
- NPM — `$ npm install git+ssh://[email protected]/ringcentral/js-sdk.git --save` (you must have access to
the GitHub repository)

Alternative non-SSH URLs for Bower and NPM:

- `git+https://[email protected]/ringcentral/js-sdk.git`
- `https://github.com/ringcentral/js-sdk`

## 2a. Set things up (if you don't use RequireJS in your project)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcsdk",
"version": "1.1.1",
"version": "1.1.2",
"main": "./build/rc-sdk.min.js",
"ignore": [
"**/*",
Expand Down
2 changes: 1 addition & 1 deletion build/rc-sdk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/rc-sdk.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/rc-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/RCSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(function(require, exports, module) {

}

RCSDK.version = '1.1.1';
RCSDK.version = '1.1.2';

// Internals

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcsdk",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"start": "node server.js",
"build": "./node_modules/.bin/gulp",
Expand Down

0 comments on commit eec28c9

Please sign in to comment.