From 3952cf4652c5f09b207bd9c10a71942d12401642 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Mon, 8 Jul 2024 21:35:27 +0100 Subject: [PATCH] Fix typos in example README --- example/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/README.md b/example/README.md index e646ad6..2285d39 100644 --- a/example/README.md +++ b/example/README.md @@ -6,8 +6,8 @@ capabilities. To run it, you need to create a release: e.g. `rebar3 release`. -Then start it: e.g. +Then start it, e.g. `_build/default/rel/simpler_cowboy_rest_example/bin/simpler_cowboy_rest_example daemon`. -If no errors were show, the application should now be served the application in `localhost:8080`. -Check `http://localhost:8080/health`, for example. +If no errors are shown, the application should now be served at port `8080`. +Check , for example.