Skip to content

Commit 61764ca

Browse files
chore: update readme (#72)
1 parent c4c5609 commit 61764ca

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 [platform.openai.com](http
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 "openai", git: "https://github.com/openai/openai-ruby", branch: "main"
16+
gem "openai", "~> 0.1.0.pre.alpha.2"
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 openai
29-
```
30-
3125
## Usage
3226

3327
```ruby

0 commit comments

Comments
 (0)