Skip to content

Commit 1b067bc

Browse files
authored
(chore): update README
1 parent 021f114 commit 1b067bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Vapi Ruby Library
2-
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern) [![Gem Version](https://img.shields.io/badge/vapi_server_sdk-red?logo=ruby)](https://rubygems.org/gems/vapi-server-sdk)
2+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern) [![Gem Version](https://img.shields.io/badge/vapi_server_sdk-red?logo=ruby)](https://rubygems.org/gems/vapi_server_sdk)
33

44
The Vapi Ruby library provides access to the Vapi API from Ruby.
55

@@ -12,19 +12,19 @@ API reference documentation is available [here](https://docs.vapi.ai/).
1212
Install the gem and add to the application's Gemfile by executing:
1313

1414
```sh
15-
bundle add vapi-server-sdk
15+
bundle add vapi_server_sdk
1616
```
1717

1818
If bundler is not being used to manage dependencies, install the gem by executing:
1919

2020
```sh
21-
gem install vapi-server-sdk
21+
gem install vapi_server_sdk
2222
```
2323

2424
## Usage
2525

2626
```ruby
27-
require "vapi-server-sdk"
27+
require "vapi_server_sdk"
2828

2929
client = Vapi::Client.new(
3030
token: 'YOUR_TOKEN'
@@ -37,7 +37,7 @@ result = client.calls.create()
3737
The SDK exposes an async client that you can use to make non-blocking requests.
3838

3939
```ruby
40-
require "vapi-server-sdk"
40+
require "vapi_server_sdk"
4141

4242
client = Vapi::AsyncClient.new(
4343
token: 'YOUR_TOKEN'

0 commit comments

Comments
 (0)