Skip to content

Commit 0ae5ff7

Browse files
committed
Update README.md
1 parent fb60ef3 commit 0ae5ff7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Because the archetype is published on Maven Central, you can use it immediately.
3030

3131
---
3232

33-
## 🚀 Generate a tinystruct Project (Maven Central)
33+
## 🚀 Generate a tinystruct project
3434

3535
Simply run:
3636

@@ -42,20 +42,12 @@ This creates your new project instantly.
4242

4343
---
4444

45-
## 🛠 Build Your Project
46-
47-
```bash
48-
cd my-tiny-app
49-
mvn clean package
50-
```
51-
52-
---
53-
54-
## ▶️ Run Your tinystruct Application
45+
## ▶️ Run your tinystruct application
5546

5647
Since tinystruct now uses **HttpServer** as the default HTTP server, the run command becomes:
5748

5849
```bash
50+
cd my-tiny-app
5951
bin/dispatcher start \
6052
--import org.tinystruct.system.HttpServer \
6153
--import com.mycompany.app.Application

0 commit comments

Comments
 (0)