Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Jan 6, 2024
1 parent c7b993d commit eee7394
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', '~> 3.1.0'
gem 'gemini-ai', '~> 3.1.1'
```

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

```sh
gem install gemini-ai -v 3.1.0
gem install gemini-ai -v 3.1.1
```

```sh
gem 'gemini-ai', '~> 3.1.0'
gem 'gemini-ai', '~> 3.1.1'
```

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

gem signin

gem push gemini-ai-3.1.0.gem
gem push gemini-ai-3.1.1.gem
```

### Updating the README
Expand Down

0 comments on commit eee7394

Please sign in to comment.