From a040624a38c31b387303636c9ce08d57c80e3697 Mon Sep 17 00:00:00 2001 From: luoye10 <511645424@qq.com> Date: Sat, 8 Apr 2023 11:25:15 +0800 Subject: [PATCH] docs: remove greater than sign --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e8febc13..25754447 100644 --- a/readme.md +++ b/readme.md @@ -33,25 +33,25 @@ The quickest way to get started is to just run `npx serve` in your project's dir If you prefer, you can also install the package globally (you'll need at least [Node LTS](https://github.com/nodejs/Release#release-schedule)): ```bash -> npm install --global serve +npm install --global serve ``` Once that's done, you can run this command inside your project's directory... ```bash -> serve +serve ``` ...or specify which folder you want to serve: ```bash -> serve folder-name/ +serve folder-name/ ``` Finally, run this command to see a list of all available options: ```bash -> serve --help +serve --help ``` Now you understand how the package works! :tada: