diff options
| author | Jess <[email protected]> | 2022-01-12 19:48:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 19:48:48 -0500 |
| commit | 71e902599651b645cdb6996c8cd562e8007a32ea (patch) | |
| tree | 368e83ffbeb836d5c66ad7af53c765c7444a26cb /CONTRIBUTING.md | |
| parent | a590f266e02d8f8a2cac65cb6e8bd395bf04074b (diff) | |
| download | faker-71e902599651b645cdb6996c8cd562e8007a32ea.tar.xz faker-71e902599651b645cdb6996c8cd562e8007a32ea.zip | |
feat: adding documentation with vitepress (#80)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee788cf2..b2dfb576 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,5 @@ -A lot of effort has been put into `faker.js` to create a useful and handy -library. There are still a lot of things to be done, so all contributions are -welcome! If you can make `faker.js` better, please read the following contribution guide. +A lot of effort has been put into `Faker` to create a useful and handy +library. There are still a lot of things to be done, so all contributions are welcome! If you can make `Faker` better, please read the following contribution guide. # Important @@ -8,8 +7,7 @@ welcome! If you can make `faker.js` better, please read the following contributi ## Support -`faker.js` relies on [commonJS](http://www.commonjs.org/) standard and supports both node.js and the -browsers. Keep this in mind, when modifying and/or extending the sources. +`Faker` relies on [commonJS](http://www.commonjs.org/) standard and supports both node.js and the browsers. Keep this in mind, when modifying and/or extending the sources. ## Automation |
