From 359798e02faee73a4af910205e9e4ffe2a8b5641 Mon Sep 17 00:00:00 2001 From: dreamhead Date: Sat, 2 Sep 2023 20:44:37 +0800 Subject: [PATCH] polished usage standalone description --- moco-doc/ReleaseNotes.md | 2 +- moco-doc/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moco-doc/ReleaseNotes.md b/moco-doc/ReleaseNotes.md index c0ace898a..fe25ae0e0 100644 --- a/moco-doc/ReleaseNotes.md +++ b/moco-doc/ReleaseNotes.md @@ -1,4 +1,4 @@ -# Release 1.5.0(31-Aug-2023) +# Release 1.5.0(1-Sep-2023) ## APIs * `req.client.port` is supported in template * `sameSite` cookie attribute is supported diff --git a/moco-doc/usage.md b/moco-doc/usage.md index 1c17f1619..fbca039a2 100644 --- a/moco-doc/usage.md +++ b/moco-doc/usage.md @@ -126,7 +126,7 @@ public class MocoRunnerTest { Moco can be used as standalone to run with configuration and you can download standalone directly: [Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.2.0/moco-runner-1.2.0-standalone.jar) -First of all, a JSON configuration file needs to be provided to start Moco. +First of all, a JSON configuration file is required to start Moco. ```json [