Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored May 7, 2020
1 parent 54537c7 commit 3a5949b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Setup as a starter template, you can easily generate a new GitHub repository. Fr

## Usage

Be sure to have [Node.js](https://nodejs.org/en/download/) installed before proceeding.
Be sure to have [Node.js](https://nodejs.org/) installed before proceeding.

```shell
# Clone the repo
Expand Down Expand Up @@ -83,8 +83,8 @@ We've included a single npm script that runs PurgeCSS against our single `index.

To purge your CSS, run `npm run css-purge` from the command line. This executes the following:

```
npx purgecss --css assets/css/starter.css --content index.html --output assets/css/
```shell
npm purgecss --css assets/css/starter.css --content index.html --output assets/css/
```

PurgeCSS is a PostCSS plugin and [can be configured](https://purgecss.com/configuration.html) to your exact needs with a little extra effort, including additional [command line options](https://purgecss.com/CLI.html).
Expand Down

0 comments on commit 3a5949b

Please sign in to comment.