diff --git a/readme.md b/readme.md index 45e74c6..5fea9a3 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,10 @@ This is the repo containing the starter project that is generated by [`@enhance/create`](https://github.com/enhance-dev/create) and the [Begin CLI](https://begin.com) ## Quick start -`npx "@enhance/create@latest" ./myproject -y` + +```sh +npx "@enhance/create@latest" ./myproject -y +``` ⚠️ This repo is **not** meant to be cloned unless you are filing an issue or adding functionality. It is meant to be used by the generators linked above instead.