File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
2121To fetch an initial copy of the gem:
@@ -24,12 +24,6 @@ To fetch an initial copy of the gem:
2424bundle 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
You can’t perform that action at this time.
0 commit comments