minor README and flake changes

This commit is contained in:
Adriano Caloiaroooo 2025-11-22 10:16:23 -08:00
parent f54b50b93b
commit 78f3ba58c4
2 changed files with 1 additions and 3 deletions

View file

@ -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|

View file

@ -74,7 +74,7 @@
languages = {
ruby = {
enable = true;
bundler.enable = false;
bundler.enable = true;
versionFile = ./.ruby-version;
};
};