diff --git a/README.md b/README.md index fcfd542..466cb14 100755 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ ## description -Create template project used in ZIGZAG with no build configuration. -This project works on wherever npm is installed. -(npx comes with npm 5.2+ and higher, if you use lower version, please update that!) +Create template project used in ZIGZAG with no build configuration. +This project works on wherever npm is installed. +(npx comes with npm 5.2+ and higher, if you use lower version, please update that!) +If you have some problem, please open an issue. +If you wanna add some feature, please send us a PR. ## How to use @@ -21,11 +23,11 @@ npx git+https://github.com/croquiscom/create-zigzag-app.git Select what you want! ``` -❯ Vanilla - React - React + MaterialUI - Next.js - Next.js + MaterialUI +❯ vanilla + react + react-material-ui + nextjs + nextjs-material-ui ``` ### Step3 diff --git a/package.json b/package.json index b8b2e2a..9cbcc87 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-zigzag-app", - "version": "0.0.0", + "version": "0.0.1", "bin": "./index.js", "dependencies": { "inquirer": "^7.0.0",