From de72a9223f340d4c3fcb8acbfae87c5ef2dcf454 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 2 Mar 2021 20:48:58 +0900 Subject: [PATCH] Update build.md --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 0adbfcd66..7af121fe4 100644 --- a/doc/build.md +++ b/doc/build.md @@ -18,12 +18,12 @@ $ sbt ~jetty:start Then access `http://localhost:8080/` in your browser. The default administrator account is `root` and password is `root`. -Source code modifications are detected and a reloaded happens automatically. You can modify the logging configuration by editing `src/main/resources/logback-dev.xml`. +Source code modifications are detected and a reloading happens automatically. You can modify the logging configuration by editing `src/main/resources/logback-dev.xml`. Build war file -------- -To build war file, run the following command: +To build a war file, run the following command: ```shell $ sbt package