Skip to content

Commit

Permalink
Added readme, fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 14, 2015
1 parent 91b65e2 commit 07469de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class MyObject: Whatever {
}
```

You're actually not the only one to have written this line many, many times.
You're actually not the only one; it has been typed many, many times.

![Search screenshot showing many, many results.](assets/screenshot.png)

Instead of adding a new property to every object using RxSwift, use this library to add it for you, to any subclass of `NSObject`.
Instead of adding a new property to every object, use this library to add it for you, to any subclass of `NSObject`.

```swift
thing
Expand All @@ -27,6 +27,13 @@ thing

Sweet.

It'll work just like a property: when the instance is deinit'd, the `DisposeBag` gets disposed. It's also a read/write property, so you can use your own, too.

Installing
----------

Coming soon.

License
-------

Expand Down
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07469de

Please sign in to comment.