Skip to content

Commit fb60ef3

Browse files
committed
Update README.md
1 parent 18b2296 commit fb60ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This creates your new project instantly.
4545
## 🛠 Build Your Project
4646

4747
```bash
48-
cd my-tinystruct-app
48+
cd my-tiny-app
4949
mvn clean package
5050
```
5151

@@ -58,7 +58,7 @@ Since tinystruct now uses **HttpServer** as the default HTTP server, the run com
5858
```bash
5959
bin/dispatcher start \
6060
--import org.tinystruct.system.HttpServer \
61-
--import com.example.app.Application
61+
--import com.mycompany.app.Application
6262
```
6363

6464
Your tinystruct service is now up and running.

0 commit comments

Comments
 (0)