Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Dec 16, 2023
1 parent 94a8432 commit cec7b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
## TL;DR and Quick Start

```ruby
gem 'gemini-ai', '~> 2.1.0'
gem 'gemini-ai', '~> 2.2.0'
```

```ruby
Expand Down Expand Up @@ -108,11 +108,11 @@ Result:
### Installing

```sh
gem install gemini-ai -v 2.1.0
gem install gemini-ai -v 2.2.0
```

```sh
gem 'gemini-ai', '~> 2.1.0'
gem 'gemini-ai', '~> 2.2.0'
```

### Credentials
Expand Down Expand Up @@ -826,7 +826,7 @@ gem build gemini-ai.gemspec

gem signin

gem push gemini-ai-2.1.0.gem
gem push gemini-ai-2.2.0.gem
```

### Updating the README
Expand Down

0 comments on commit cec7b39

Please sign in to comment.