From 041927fcb7a43990fd02aca83a2aee3e2fe94e48 Mon Sep 17 00:00:00 2001 From: Bryan Ricker <978899+bricker@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:21:02 -0700 Subject: [PATCH] typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da19a85..97b2676 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It prepares a ".d.ts" file for Chrome's HEAD revision, annotated with informatio ## Usage -This repository is mostly intended as an implementation detail of the https://developer.chrome.com site and for publishing [chrome-types](https://www.npmjs.com/package/chrome-types) on NPM, which happens automaticalty as part of a GitHub Action. +This repository is mostly intended as an implementation detail of the https://developer.chrome.com site and for publishing [chrome-types](https://www.npmjs.com/package/chrome-types) on NPM, which happens automatically as part of a GitHub Action. You can run it yourself, but if you're just interested in the generated types, you don't need to. Run "tools/prepare.js" to generate a bundle of JSON representing Chrome's extensions at a specific release.