Skip to content

Commit eda3c86

Browse files
committed
fixed typo
1 parent da2fb99 commit eda3c86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# svelte-starter-postcss
1+
# tailwindcss-svelte-starter
22

33
A starter for building Svelte web apps with tailwindcss.
44

55
## Getting Started
66

7-
87
```bash
98
git clone https://github.com/marcograhl/tailwindcss-svelte-starter
109
```
@@ -29,13 +28,14 @@ npm run build
2928

3029
Development mode will:
3130

32-
- build on file change
33-
- serve locally at <code>localhost:5000</code>
34-
- live reload
31+
- build on file change
32+
- serve locally at <code>localhost:5000</code>
33+
- live reload
3534

3635
```bash
3736
npm run dev
3837
```
38+
3939
## Credits
4040

41-
Inspired by [sveltejs/template](https://github.com/sveltejs/template)
41+
Inspired by [sveltejs/template](https://github.com/sveltejs/template)

0 commit comments

Comments
 (0)