Skip to content

Commit

Permalink
docs: added a link to the starter app
Browse files Browse the repository at this point in the history
I was looking for the starter app and couldn't find a link in the README and the doc. It's a nice app and it deserves it's own h4 in the README :)
  • Loading branch information
ocombe committed May 27, 2014
1 parent 5282bb9 commit 5e36d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ This library is under active development and is currently in alpha. The library
* And add an `<fa-app style="height: 200px"><fa-surface fa-background-color="'red'">Hello world</fa-surface></fa-app>` in one of your templates. If you see 'Hello world' on a red background, you should be good to go.
**Note: currently, the element that the `<fa-app>` is on must be display: block (like a `<div fa-app>` or a `<p fa-app>`, or just `<fa-app>`) and must have a set height (like `style="height: 200px"` in this example.) Future versions will not have these requirements.**

####Try the starter app
To get started even faster, try our [starter app](https://github.com/thomasstreet/famous-angular-starter) with everything already in place !


##Running (For developing or contributing to the library)

Expand Down

0 comments on commit 5e36d45

Please sign in to comment.