Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
change to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jul 15, 2012
1 parent 6640643 commit f4d0a7e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.markdown
Expand Up @@ -41,13 +41,13 @@ clean and scaleable architecture.
## Extendable ## Extendable


scaleApp itself is very small but it can be extended with plugins. There already scaleApp itself is very small but it can be extended with plugins. There already
are some plugins available (e.g. `mvc`, `i18n`, etc.) but you can easily define are some plugins available (e.g. `mvc`, `i18n`, `permission`, etc.) but you can
your own one. easily define your own one.


## Download latest version ## Download latest version


- [scaleApp 0.3.6.tar.gz](https://github.com/flosse/scaleApp/tarball/v0.3.6) - [scaleApp 0.3.7.tar.gz](https://github.com/flosse/scaleApp/tarball/v0.3.7)
- [scaleApp 0.3.6.zip](https://github.com/flosse/scaleApp/zipball/v0.3.6) - [scaleApp 0.3.7.zip](https://github.com/flosse/scaleApp/zipball/v0.3.7)


# Quick Start # Quick Start


Expand Down Expand Up @@ -473,9 +473,6 @@ contains scaleApp itself the dom plugin and the mvc plugin.
# Testing # Testing
[jasmine-node](https://github.com/mhevery/jasmine-node)
is required (`npm install -g jasmine-node`) for running the tests.
```shell ```shell
npm test npm test
``` ```
Expand Down

0 comments on commit f4d0a7e

Please sign in to comment.