Skip to content

Commit 580d93d

Browse files
committed
Update README
1 parent fa7e165 commit 580d93d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ An opinionated [Svelte](https://svelte.dev) project starter template with the fo
1212
Create a new project using [degit](https://github.com/Rich-Harris/degit):
1313

1414
```bash
15-
npx degit zerodevx/svelte-starter my-project
16-
cd my-project
15+
$ npx degit zerodevx/svelte-starter my-project
16+
$ cd my-project
1717
```
1818

1919
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
2020

2121
Install dependencies:
2222

2323
```bash
24-
npm i
24+
$ npm i
2525
```
2626

2727

@@ -30,7 +30,7 @@ npm i
3030
Start the server:
3131

3232
```bash
33-
npm run dev
33+
$ npm run dev
3434
```
3535

3636
Navigate to [localhost:5000](http://localhost:5000). You should see the starter template running.
@@ -41,5 +41,5 @@ Navigate to [localhost:5000](http://localhost:5000). You should see the starter
4141
Lint rules follow Standardjs with a few overrides to play nicely with Svelte. To run the linter:
4242

4343
```bash
44-
npm run lint
44+
$ npm run lint
4545
```

0 commit comments

Comments
 (0)