README.md in pair_see-0.1.1 vs README.md in pair_see-0.1.2
- old
+ new
@@ -63,42 +63,21 @@
names: Bob Alice Sarah
card_prefix: FOO-
```
To use PairSee with SVN, check out SVN codebase with git like: `git svn clone http://svn.example.com/project`
-=======
-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pair_see`. To experiment with that code, run `bin/console` for an interactive prompt.
-TODO: Delete this and the text above, and describe your gem
->>>>>>> gem framework rename
-
## Installation
Add this line to your application's Gemfile:
```ruby
-<<<<<<< HEAD
-gem 'pairSee'
-=======
gem 'pair_see'
->>>>>>> gem framework rename
```
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
-<<<<<<< HEAD
- $ gem install pairSee
-=======
- $ gem install pair_see
->>>>>>> gem framework rename
-
## Usage
-TODO: Write usage instructions here
+See example repo https://github.com/compwron/example_pair_see_use
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.