From 594f9cf142bbab90bb4614be80531fffe54ef2da Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 6 Dec 2021 12:54:24 -0800 Subject: [PATCH] check action works Signed-off-by: Jess Frazelle --- README.md | 4 ++-- spec.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29afeec60..887acd230 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is generated from ## Generating You can trigger a build with the GitHub action to generate the client. This will -automatically update the client to the latest version of the hosted API at -[api.kittycad.io](https://api.kittycad.io). +automatically update the client to the latest version based on the +[spec.yml](spec.yml). Alternatively, if you wish to generate the client locally, make sure you have [Docker installed](https://docs.docker.com/get-docker/) and run: diff --git a/spec.yml b/spec.yml index 17b6fab05..496d6003c 100644 --- a/spec.yml +++ b/spec.yml @@ -11,6 +11,7 @@ externalDocs: url: https://docs.kittycad.io servers: - url: https://api.kittycad.io + tags: - name: file description: CAD file operations.