Skip to content

Commit 189a48b

Browse files
authored
Update README.md
Modified running server instruction. Modified typo in running client command
1 parent c674aa9 commit 189a48b

File tree

1 file changed

+2
-2
lines changed
  • smithy-java-examples/quickstart-java

1 file changed

+2
-2
lines changed

smithy-java-examples/quickstart-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ smithy init -t smithy-java-quickstart
2222

2323
### Running and testing server
2424

25-
To run and test the server, run `./gradlew run` from the root of a project created from this
25+
To run and test the server, run `./gradlew :server:run` from the root of a project created from this
2626
template. That will start the server running on port `8888`.
2727

2828
Once the server is running you can call the server using `curl`
@@ -34,5 +34,5 @@ curl -H "content-type: application/json" -d '{"coffeeType": "LATTE"}' -X POST lo
3434
or by running the client application in the `client` subproject
3535

3636
```console
37-
./gradlew :client:run`
37+
./gradlew :client:run
3838
```

0 commit comments

Comments
 (0)