Skip to content

Commit 618274d

Browse files
committed
Fix typos
1 parent d28ee2d commit 618274d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
The Svelte-world is akin to the universes of
66
[Mad Max](https://en.wikipedia.org/wiki/Mad_Max:_Fury_Road) and
7-
[Split](https://en.wikipedia.org/wiki/Split_(2016_American_film) collided - full of peril, violent
8-
sandstorms and new beginnings with a touch of disassociative personality disorder.
7+
[Split](<https://en.wikipedia.org/wiki/Split_(2016_American_film)>) collided - full of peril,
8+
violent sandstorms and new beginnings with a touch of disassociative personality disorder.
99

1010
To help navigate through this madness, just like how Moses parted the Red Sea, behold the emergence
1111
of this repo. Cue angels singing. The best way to describe this is it's like a brick-layer - but
@@ -16,13 +16,15 @@ So let's get started.
1616

1717
## Usage
1818

19-
This combo-patcher uses [zx](https://github.com/google/zx), so make sure that's installed. Then run:
19+
This combo-patcher uses [zx](https://github.com/google/zx), so make sure that's installed - then
20+
run:
2021

2122
```
22-
$ zx --install https://raw.githubusercontent.com/zerodevx/svelte-starter/master/index.mjs <app-name> [flags]
23+
$ zx --install https://raw.githubusercontent.com/zerodevx/sveltekit-starter/main/index.mjs <app-name> [flags]
2324
```
2425

25-
This generates the starter based on the latest SvelteKit decisions. Output saved to `/app-name`.
26+
This generates the starter based on the latest SvelteKit decisions, then saves the output to
27+
`/app-name`.
2628

2729
### Flags
2830

0 commit comments

Comments
 (0)