From a3597c368f662e9f652d1ac06768bc339566795c Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 10 Sep 2026 15:16:17 +0000 Subject: [PATCH] docs: drop @latest from npx examples The examples pinned `prismic@latest`, which is not necessary. The CLI tells the user when their local version is out of date. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Q5ZFbXUBRzZzzb3PPhWSXB --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e1113cf..118c3bb7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Prismic's official command line tool. Run the following in your terminal to get an overview of `prismic`'s commands. ```sh -npx prismic@latest --help +npx prismic --help ``` ## Install @@ -14,7 +14,7 @@ npx prismic@latest --help You do not need to install `prismic`. Use [`npx`](https://docs.npmjs.com/cli/commands/npx) to run `prismic` in your projects: ```sh -npx prismic@latest +npx prismic ``` Install the skill to teach AI agents how to use the CLI: