Skip to content

Commit

Permalink
Merge pull request #65 from thewatts/patch-1
Browse files Browse the repository at this point in the history
Fix merge conflicts, add GitHub profile links
  • Loading branch information
jm authored Dec 1, 2021
2 parents 6654602 + 8ca7a84 commit e8b11e2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@ A Ruby parser for [TOML](https://github.com/mojombo/toml), built on [parslet](ht

This is far superior to YAML and JSON because it doesn't suck. Really it doesn't.

<<<<<<< HEAD
=======
[![Gem Version](https://badge.fury.io/rb/toml.svg)](http://badge.fury.io/rb/toml)

>>>>>>> Update README
## Usage

Install this library:

<<<<<<< HEAD
```ruby
gem "toml", "~> 0.3.0"
=======
```

```bash
gem install "toml"
>>>>>>> Update README
```

It's simple, really.
Expand Down Expand Up @@ -72,4 +68,4 @@ doc = TOML::Generator.new(hash).body

## Contributors

Written by Jeremy McAnally (@jm) and Dirk Gadsden (@dirk) based on TOML from Tom Preston-Werner (@mojombo).
Written by Jeremy McAnally ([@jm](https://github.com/jm)) and Dirk Gadsden ([@dirk](https://github.com/dirk)) based on TOML from Tom Preston-Werner ([@mojombo](https://github.com/mojombo)).

0 comments on commit e8b11e2

Please sign in to comment.