Skip to content

Commit 6a671ec

Browse files
chore: update readme (#188)
1 parent 76fc06e commit 6a671ec

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
@@ -10,10 +10,10 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
1010

1111
## Installation
1212

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

1515
```ruby
16-
gem "orb", git: "https://github.com/orbcorp/orb-ruby", branch: "main"
16+
gem "orb", "~> 0.1.0.pre.alpha.29"
1717
```
1818

1919
To fetch an initial copy of the gem:
@@ -22,12 +22,6 @@ To fetch an initial copy of the gem:
2222
bundle install
2323
```
2424

25-
To update the version used by your application when updates are pushed to GitHub:
26-
27-
```sh
28-
bundle update orb
29-
```
30-
3125
## Usage
3226

3327
```ruby

0 commit comments

Comments
 (0)