Skip to content

Commit

Permalink
docs: update example output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Oct 23, 2020
1 parent 70adecf commit 117e271
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ ng add ngx-tailwind --project <MY_PROJECT>
Example output

```bash
CREATE webpack.config.js (428 bytes)
UPDATE package.json (1458 bytes)
UPDATE src/styles.scss (272 bytes)
UPDATE angular.json (3828 bytes)
Installing packages for tooling via npm.
Installed packages for tooling via npm.
? Which stylesheet format are you using? CSS
CREATE webpack.config.js (422 bytes)
UPDATE package.json (1406 bytes)
UPDATE src/styles.css (177 bytes)
UPDATE angular.json (3704 bytes)
✔ Packages installed successfully.
✔ Packages installed successfully.
Initialized Tailwind
Expand Down

0 comments on commit 117e271

Please sign in to comment.