Skip to content

Commit e36f473

Browse files
committed
Revise README.md's of Photon demos.
1 parent 5a4fdaa commit e36f473

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

graalwasm/graalwasm-micronaut-photon/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ To start the demo, simply run:
2020
./mvnw package mn:run
2121
```
2222

23-
When the demo runs, open the following URLs in a browser:
24-
25-
- http://localhost:8080/photo/default
26-
- http://localhost:8080/photo/grayscale
27-
- http://localhost:8080/photo/colorize
28-
- http://localhost:8080/photo/fliph
29-
- http://localhost:8080/photo/flipv
23+
When the demo runs, open http://localhost:8080/ in a browser.
24+
To apply a specific effect, navigate to `http://localhost:8080/photo/<effect name>` (e.g., http://localhost:8080/photo/colorize).
3025

3126
To compile the application with GraalVM Native Image, run:
3227

graalwasm/graalwasm-spring-boot-photon/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ To start the demo, simply run:
2020
./mvnw package spring-boot:run
2121
```
2222

23-
When the demo runs, open the following URLs in a browser:
23+
When the demo runs, open http://localhost:8080/ in a browser.
24+
To apply a specific effect, navigate to `http://localhost:8080/photo/<effect name>` (e.g., http://localhost:8080/photo/colorize).
2425

25-
- http://localhost:8080/photo/default
26-
- http://localhost:8080/photo/grayscale
27-
- http://localhost:8080/photo/colorize
28-
- http://localhost:8080/photo/fliph
29-
- http://localhost:8080/photo/flipv
3026

3127
To compile the application with GraalVM Native Image, run:
3228

0 commit comments

Comments
 (0)