Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colinta committed Jun 13, 2012
1 parent 26dd40c commit 01afd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -2,7 +2,7 @@ v0.2.0
------

- Stylesheets are no longer constants. Instead, they can be fetched by name: `Teacup::Stylesheet[:iphone]`
- Stylesheets can be assigned by calling the `stylesheet :stylesheet_name` inside a view.
- Stylesheets can be assigned by calling the `stylesheet :stylesheet_name` inside a view controller.
- Ability to style based on view class.
- Support for orientation-based styles.

Expand Down
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -158,11 +158,8 @@ Development
**Changelog v0.2.0:**

- Stylesheets are no longer constants. Instead, they can be fetched by name: `Teacup::Stylesheet[:iphone]`

- Stylesheets can be assigned by calling the `stylesheet :stylesheet_name` inside a view.

- Stylesheets can be assigned by calling the `stylesheet :stylesheet_name` inside a view controller.
- Ability to style based on view class.

- Support for orientation-based styles.


Expand Down

0 comments on commit 01afd87

Please sign in to comment.