From af5c5a17f42778d483f2a825e5bc3e3a6eb86a8e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:55:06 +0000 Subject: [PATCH] feat: OpenAPI spec update via Stainless API (#102) --- CONTRIBUTING.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f5a7b60b3..fa43803337 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,8 @@ To install via git: ```bash npm install --save git+ssh://git@github.com:cloudflare/cloudflare-typescript.git +# or +yarn add git+ssh://git@github.com:cloudflare/cloudflare-typescript.git ``` Alternatively, to link a local copy of the repo: diff --git a/README.md b/README.md index 8960c9786b..96819f5af2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The REST API documentation can be found [on developers.cloudflare.com](https://d ## Installation ```sh +# install from NPM npm install --save cloudflare # or yarn add cloudflare