Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
one-m1nd committed Feb 28, 2024
1 parent c4b7b05 commit 2161f15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ Gem to interact with the [trefle](https://docs.trefle.io/reference) API.


## Install
`spec.add_dependency 'plants', ~> 0`
`spec.add_dependency 'plants', ~> 0`

## Usage
```ruby
Plants.token = 'your token here'
Plants.list_plants # ...
```

0 comments on commit 2161f15

Please sign in to comment.