Skip to content

Commit

Permalink
Update README.md for coffee-script port.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcas9 committed Apr 15, 2012
1 parent 6dd00e5 commit c052a1d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,20 @@
Semicolon.js is a much more secure, stable and reliable alternative to
<a href="http://vaporjs.com/">Vapor.js</a>.

## Usage:
## Dependencies

* Coffee-Script (http://coffeescript.org/)
- Why learn JavaScript? Learn coffee-script to compile down to a language you
can't debug or optimise. IT'S HIPSTER!

* NPM (http://npmjs.org/)

## Instalation

`npm install -g coffee-script`
`coffee -c semicolon.coffee --output semicolon.js`

## Usage:
```html
<script src="semicolon.js"></script>
```
Expand Down Expand Up @@ -35,4 +48,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit c052a1d

Please sign in to comment.