Skip to content

Commit 784bb6a

Browse files
authored
Update README.md
1 parent ade1e9b commit 784bb6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ As you can see here, `jdeps` identified that we need both `java.base` and `java.
173173

174174
# Wrapping up
175175

176-
Seems like we're ready to ship our weather CLI to our clients. However, before we can do that, we need to make sure it works:
176+
Seems like we're ready to ship our CLI to our clients. However, before we can do that, we need to make sure it works:
177177

178178
```
179179
~/t/simple-scala-cli> ./target/universal/stage/bin/simple-scala-cli
@@ -222,4 +222,4 @@ The document has moved
222222
Great! Finally we have a working and distributable command line app. After adding two extra modules,
223223
the runtime image size became 48.8MB uncompressed and 19.9MB when zipped.
224224

225-
Hope you found this useful.
225+
Hope you found this useful.

0 commit comments

Comments
 (0)