Skip to content

Commit

Permalink
Merge pull request #7 from danielarbc/docs/correct-plugin-path
Browse files Browse the repository at this point in the history
docs: correct plugin path
  • Loading branch information
danielarbc authored Nov 5, 2023
2 parents 7c001a2 + 68fef7a commit 2b607e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm run cypress:run

### About the used plugins

You can read about the used plugins in the [Plugin Docs](docs\plugins.md)
You can read about the used plugins in the [Plugin Docs](docs/plugins.md)

## Get in Touch

Expand Down
3 changes: 3 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
## Faker

Generate massive amounts of fake (but realistic) data for testing and development. Webpage: [https://fakerjs.dev/](https://fakerjs.dev/)

I'm using this plugin to fill in data like user, password and address.

## Prettier

An opinionated code formatter. Webpage: [https://prettier.io/](https://prettier.io/)

I'm using this plugin together with the VSCode plugin.

You can configure it as a pre-commit step, but I'm the only one working on this project, so I don't have the necessity.

0 comments on commit 2b607e8

Please sign in to comment.