Update README.md

This commit is contained in:
강남스타일 2023-04-14 02:40:48 +03:00 committed by GitHub
parent a8b4c3eb1f
commit 8a0bcb8b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@
Simple and lightweight web server for creating basic pages using Java ⭐
```java
Lumiere server = new Lumiere(new BasicResponse("Hello, World", false));
Lumiere server = new Lumiere(new SimpleResponse("Hello, World", false));
server.bootServer(8080);
```