Skip to content

Commit

Permalink
Fixed list formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski authored and Arash Payan committed Aug 25, 2010
1 parent 219a344 commit dfab1d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ homepage] [homepage].

Getting Started
---------------
1) Add the Appirater code into your project
2) Add the `CFNetwork` and `SystemConfiguration` frameworks to your project
3) Call `[Appirater appLaunched]` at the end of your app delegate's `application:didFinishLaunchingWithOptions:` method.
4) Finally, set the `APPIRATER_APP_ID` in `Appirater.h` to your Apple provided software id.
1. Add the Appirater code into your project
2. Add the `CFNetwork` and `SystemConfiguration` frameworks to your project
3. Call `[Appirater appLaunched]` at the end of your app delegate's `application:didFinishLaunchingWithOptions:` method.
4. Finally, set the `APPIRATER_APP_ID` in `Appirater.h` to your Apple provided software id.

License
-------
Expand Down

0 comments on commit dfab1d3

Please sign in to comment.