From cd51c49e3813704b92cd4bfb060a88c2d80fa916 Mon Sep 17 00:00:00 2001 From: Billy Michael Date: Fri, 22 Mar 2024 20:18:37 +0000 Subject: [PATCH] docs: update npm package name for optic Signed-off-by: Billy Michael --- docs/openapi/01-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi/01-getting-started.md b/docs/openapi/01-getting-started.md index 5b9908756f..670ce9730f 100644 --- a/docs/openapi/01-getting-started.md +++ b/docs/openapi/01-getting-started.md @@ -33,7 +33,7 @@ This tutorial assumes that you're already familiar with the following, There are two required npm packages before we start, 1. `@backstage/repo-tools`, this package contains all OpenAPI related commands for your plugins. We will be using this throughout the tutorial. -2. `@opticdev/optic`, this package is a dependency of `@backstage/repo-tools` but is only required for OpenAPI related commands. +2. `@useoptic/optic`, this package is a dependency of `@backstage/repo-tools` but is only required for OpenAPI related commands. You should install both of the above packages in the _root_ of your workspace.