diff --git a/README.md b/README.md index a7524d9..9cfb212 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,22 @@ npm install raj [![Build Status](https://travis-ci.org/andrejewski/raj.svg?branch=master)](https://travis-ci.org/andrejewski/raj) [![Greenkeeper badge](https://badges.greenkeeper.io/andrejewski/raj.svg)](https://greenkeeper.io/) +## Features + +- **Understandable** +
Raj is 34 lines; 190 bytes minified. This framework can fit in your head or even a tweet. + +- **Testable** +
Raj forces us to design for better separated concerns, simpler logic, and easier tests. + +- **Minimal** +
Raj provides a tiny foundation for libraries and applications. + +- **Portable** +
Raj is view layer agnostic. The view is a side effect of state. + +Check out the [homepage](https://jew.ski/raj/) for resources and ecosystem packages. + ## Example A counter that increments by one every time the user confirms.