From 3c6122481e14b2fb812579f807c586ed4aaefa7f Mon Sep 17 00:00:00 2001 From: adamviktora Date: Thu, 12 Sep 2024 11:49:56 +0200 Subject: [PATCH] docs: mention older version of tmplr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7397a1..e3a4e96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To create an extension: 1. create an **empty** repo for your new extension 1. clone that repo to your local machine 1. `cd` into the directory created by cloning -1. run `npx tmplr patternfly/patternfly-extension-seed` +1. run `npx tmplr@0.3.2 patternfly/patternfly-extension-seed` 1. enter your information when prompted - npm scope should start with an @ symbol, i.e. `@patternfly` - extension name should be in sentence case but without any punctuation, i.e. `Patternfly extension seed`