Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka Kojima committed Sep 7, 2012
1 parent 5e6f031 commit c8e4174
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,16 @@
### MinionJS - Classical Inheritance for JavaScript
## IMPORTANT NOTE

I have personally switched from Minion (and contributed heavily) to [Rosy](https://github.com/ff0000/rosy).

Rosy is an AMD framework that implements Classical Inheritance, much like Minion does. In fact, I ported a decent amount of code from Minion over to Rosy.

I highly recommend taking a look at Rosy, if you're at all interested in Minion. It solves several shortcomings of Minion and offloads the dependency management onto AMD/RequireJS.

With that being said, I will do my best to still fix any bugs/issues in Minion and answer any questions you might have.
<br><br>

## MinionJS - Classical Inheritance for JavaScript


A micro-framework that provides classical inheritance for JavaScript. Easily namespace, create and extend classes. A micro-framework that provides classical inheritance for JavaScript. Easily namespace, create and extend classes.


Expand Down

0 comments on commit c8e4174

Please sign in to comment.