README.md in format_exception-0.1.0 vs README.md in format_exception-0.2.0
- old
+ new
@@ -1,11 +1,13 @@
# FormatException
-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/format_exception`. To experiment with that code, run `bin/console` for an interactive prompt.
+A module of utility methods for string formatting exceptions.
-TODO: Delete this and the text above, and describe your gem
+## Documentation
+For documentation of the released gem, see [rubydoc.info](http://www.rubydoc.info/gems/format_exception).
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -17,13 +19,9 @@
$ bundle
Or install it yourself as:
$ gem install format_exception
-
-## Usage
-
-TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.