Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperblues committed Aug 16, 2015
1 parent 54f9f61 commit 90ef4ee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@ Check out the <a href="http://www.typhoonframework.org/#features">feature list</

# Usage

```swift
let assembly = MyAssembly().activate()
let viewControler = assembly.recommendationController() as! RecommendationController
```

* Read the ***Quick Start*** for <a href="https://github.com/typhoon-framework/Typhoon/wiki/Quick-Start">Objective-C</a> or <a href="https://github.com/appsquickly/Typhoon/wiki/Swift-Quick-Start">Swift</a>.
* Here's the <a href="https://github.com/typhoon-framework/Typhoon/wiki/Types-of-Injections">User Guide</a>.
* Join the [![Join the chat at https://gitter.im/appsquickly/Typhoon](https://badges.gitter.im/Join%20Chat.svg)]
(https://gitter.im/appsquickly/Typhoon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) chatroom.
* And here are the <a href="http://www.typhoonframework.org/docs/latest/api/modules.html">API Docs</a>. Generally googling a Typhoon class name will return the correct page as the first hit.
* <a href="http://ios.caph.jp/typhoon/introduction">日本のドキュメンテーション</a>

```swift
let assembly = MyAssembly().activate()
let viewControler = assembly.recommendationController() as! RecommendationController
```

# Open Source Sample Applications

Expand Down

0 comments on commit 90ef4ee

Please sign in to comment.