create-kor 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-kor
2
2
 
3
- Scaffold a new **kor** full-stack monorepo in seconds.
3
+ Scaffold a new **kör** full-stack monorepo in seconds.
4
4
 
5
5
  ## Usage
6
6
 
@@ -12,7 +12,7 @@ npx create-kor <project-name>
12
12
 
13
13
  This will:
14
14
 
15
- 1. Clone the [kor](https://github.com/mastoj/kor) monorepo template into a new `<project-name>` directory
15
+ 1. Clone the [kör](https://github.com/mastoj/kor) monorepo template into a new `<project-name>` directory
16
16
  2. Set the root `package.json` name to your project name
17
17
  3. Create `apps/web/.env.local` with a default API URL
18
18
  4. Initialise a fresh git repository with an initial commit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kor",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Create a new kor project",
5
5
  "type": "module",
6
6
  "bin": {