Skip to content

Commit 367c624

Browse files
authored
Merge pull request #243 from nicbotes/patch-1
Formats README installation instructions
2 parents 5ff5952 + 14c26b7 commit 367c624

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ gem "ruby-openai"
2424

2525
And then execute:
2626

27+
```bash
2728
$ bundle install
29+
```
2830

2931
### Gem install
3032

3133
Or install with:
3234

35+
```bash
3336
$ gem install ruby-openai
37+
```
3438

3539
and require with:
3640

0 commit comments

Comments
 (0)