From 687935b98883325f0b2e3513ad5a49d17e5894f9 Mon Sep 17 00:00:00 2001 From: Alex Trost <19617280+a-trost@users.noreply.github.com> Date: Wed, 3 May 2023 12:36:03 -0400 Subject: [PATCH] Add @latest to Slice Machine init command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef8dbb..49b2b26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The fastest way to learn Prismic is with a hands-on demo. ```sh npx degit https://github.com/prismicio-community/crash-course-next crash-course-next cd crash-course-next -npx @slicemachine/init +npx @slicemachine/init@latest ``` With these commands, you’ll get a fully-featured Prismic website to test out.