Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove greater than sign #760

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down