Skip to content

Commit e868827

Browse files
chore: update readme (#84)
1 parent 9cfaabd commit e868827

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The underlying REST API documentation can be found on [developer.tryfinch.com](h
1212

1313
## Installation
1414

15-
To use this gem during the beta, install directly from GitHub with Bundler by adding the following to your application's `Gemfile`:
15+
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
1616

1717
```ruby
18-
gem "finch-api", git: "https://github.com/Finch-API/finch-api-ruby", branch: "main"
18+
gem "finch-api", "~> 0.1.0.pre.alpha.4"
1919
```
2020

2121
To fetch an initial copy of the gem:
@@ -24,12 +24,6 @@ To fetch an initial copy of the gem:
2424
bundle install
2525
```
2626

27-
To update the version used by your application when updates are pushed to GitHub:
28-
29-
```sh
30-
bundle update finch-api
31-
```
32-
3327
## Usage
3428

3529
```ruby

0 commit comments

Comments
 (0)