Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@

##Introuction

This module is the [sb-1.1.0.js](https://github.com/Spacebrew/spacebrew.js/blob/master/library/sb-1.1.0.js) you can find at [the main Spacebrew.js repo](https://github.com/Spacebrew/spacebrew.js) but packaged as an NPM Module. Check out [Getting started with Spacebrew](http://docs.spacebrew.cc/gettingstarted/) for more information about Spacebrew.
This module is the [sb-1.4.1.js](https://github.com/Spacebrew/spacebrew.js) you can find at [the main Spacebrew.js repo](https://github.com/Spacebrew/spacebrew.js) but packaged as an NPM Module. Check out [Getting started with Spacebrew](http://docs.spacebrew.cc/gettingstarted/) for more information about Spacebrew.

##Note

This is a spacebrew CLIENT library. To install a Spacebrew server, check out [Spacebrew on Github](https://github.com/Spacebrew/spacebrew.).

##Setup

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

module.exports = require('./sb-1.1.0').Spacebrew;
module.exports = require('./sb-1.4.1').Spacebrew;

Loading