From ff2ac135ee18b9dafd8b1f407cc39f260266780b Mon Sep 17 00:00:00 2001 From: Rodger Jordas Date: Mon, 9 Nov 2020 16:15:11 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493e99ac..148a2e56 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ serve content/.vuepress/dist | `dev` | Compiles content and serves bundled code | | `build` | Compiles content and other static assets for deployment | | `lint` | Runs markdown linter to check lint errors | -| `test` | An alias for `lint` (runs `lint` script) | +| `test` | An alias for `lint` (runs `lint` script) | ## Contributing