From 66bd3f071cf990979815f24f80f33dee114dbc4a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:46:06 +0000 Subject: [PATCH] chore: update readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2c5d6001..63cf0c1f 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ The underlying REST API documentation can be found on [platform.openai.com](http ## Installation -To use this gem during the beta, install directly from GitHub with Bundler by adding the following to your application's `Gemfile`: +To use this gem, install via Bundler by adding the following to your application's `Gemfile`: ```ruby -gem "openai", git: "https://github.com/openai/openai-ruby", branch: "main" +gem "openai", "~> 0.1.0.pre.alpha.2" ``` To fetch an initial copy of the gem: @@ -22,12 +22,6 @@ To fetch an initial copy of the gem: bundle install ``` -To update the version used by your application when updates are pushed to GitHub: - -```sh -bundle update openai -``` - ## Usage ```ruby