Skip to content

Commit 89d5538

Browse files
committed
docs: fix install code block and remove unused screenshot
1 parent c4e62fe commit 89d5538

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

-302 KB
Binary file not shown.

docs/getting-started/quick-start.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Steps
1010

11+
```bash
1112
# Clone the repository
1213
git clone https://github.com/Dancode-188/restbolt.git
1314
cd restbolt
@@ -16,9 +17,10 @@ cd restbolt
1617
npm install
1718

1819
# Start the development server
19-
npm run dev
20+
npm run dev
21+
```
2022

21-
Then open http://localhost:3000 in browser.
23+
Then open http://localhost:3000 in your browser.
2224

2325
## Your First Request
2426

0 commit comments

Comments
 (0)