Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nosir committed Apr 16, 2016
1 parent f072e7e commit 6cb6644
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Also you should know obelisk.js is not for vector isometric graphics drawing and
<img width="112" height="109" src="http://nosir.github.io/obelisk.js/images/logo.png"/>

## 1.2.0 Release
The newest version is written by CommonJS style, which means you can easily use it in browserify project. [See details here](#Development)
The newest version is written by CommonJS style, which means you can easily use it in browserify project. [See details here](#development-browser)

## Showcase

Expand Down Expand Up @@ -82,8 +82,12 @@ obelisk.js can be used from [browserify](https://github.com/substack/node-browse
$ npm install obelisk.js
```

```js
In your JavaScript

```javascript
var obelisk = require('obelisk.js');

// Now you can do the same as above
```

### Want to build the project locally?
Expand Down

0 comments on commit 6cb6644

Please sign in to comment.