Skip to content

Commit 9a0770d

Browse files
committed
Adjust readme
1 parent 8fbc683 commit 9a0770d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ flowchart TD
2929
2. Clone your repository and start SuperStack:
3030

3131
```sh
32-
git clone https://github.com/yourname/myapp myapp
32+
git clone https://github.com/yourname/myapp.git
3333
cd myapp
3434
cp example.env .env
3535
docker compose up -d
3636
```
3737

38-
3. **Explore your API**
39-
40-
Open [http://localhost:8000/openapi/](http://localhost:8000/openapi/) in your
41-
browser to view and test endpoints using Swagger UI.
38+
Open [http://localhost:8000/openapi/](http://localhost:8000/openapi/) to view
39+
your Swagger UI.
4240

4341
## 📚 Full Documentation
4442

0 commit comments

Comments
 (0)