Skip to content

Commit

Permalink
Add basic structure to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jun 20, 2014
1 parent 453307e commit e771713
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
VENTokenField
=============

```VENTokenField``` is the recipients token field that is used in the Venmo compose screen.

Installation
------------
The easiest way to get started is to use [CocoaPods](http://cocoapods.org/). Just add the following line to your Podfile:

```ruby
pod 'VENTokenField', '~>1.0.0'
```

Usage
-----

Contributing
------------

We'd love to see your ideas for improving this library! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a [new Github issue](https://github.com/venmo/VENCalculatorInputView/issues/new) if you find bugs or have questions. :octocat:

Please make sure to follow our general coding style and add test coverage for new features!

0 comments on commit e771713

Please sign in to comment.