From 756079faba3a5b0e8a34757a3cd51873cc73d7fa Mon Sep 17 00:00:00 2001 From: Ivan Olexyn Date: Tue, 12 May 2020 01:40:49 +0200 Subject: [PATCH] ~ typo. --- forward/README.md | 6 +++--- mirror/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forward/README.md b/forward/README.md index 230d63c..1f3348e 100644 --- a/forward/README.md +++ b/forward/README.md @@ -1,9 +1,9 @@ #### About The `forward` servlet. -#### Deploy +#### Deploy (TODO) * Run `install-locally.sh` * Find the `forward-0.1.war` in `./target` -* copy it to `tomcat/webapps`. +* Copy it to `tomcat/webapps`. * Assuming tomcat runs at `http://localhost:9090` - * Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror` \ No newline at end of file + * Then the servlet will be at `http://localhost:9090/forward-0.1/mirror` \ No newline at end of file diff --git a/mirror/README.md b/mirror/README.md index 0f809fa..9560993 100644 --- a/mirror/README.md +++ b/mirror/README.md @@ -4,6 +4,6 @@ The `mirror` servlet. Prints the list of request it received. #### Deploy * Run `install-locally.sh` * Find the `mirror-0.1.war` in `./target` -* copy it to `tomcat/webapps`. +* Copy it to `tomcat/webapps`. * Assuming tomcat runs at `http://localhost:9090` * Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror` \ No newline at end of file