mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
minor README and flake changes
This commit is contained in:
parent
f54b50b93b
commit
78f3ba58c4
2 changed files with 1 additions and 3 deletions
|
|
@ -15,8 +15,6 @@ When kombo changes their OpenAPI spec, this SDK can be updated by running `gener
|
|||
|
||||
First, [create a kombo API key](https://app.kombo.dev/secrets) and place it in an environment variable named `KOMBO_API_KEY`.
|
||||
|
||||
Create a `Kombo::Configuration` and create a client from it:
|
||||
|
||||
**Create a client**
|
||||
```
|
||||
config = Kombo.configure do |c|
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
languages = {
|
||||
ruby = {
|
||||
enable = true;
|
||||
bundler.enable = false;
|
||||
bundler.enable = true;
|
||||
versionFile = ./.ruby-version;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue