aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMarak <[email protected]>2015-05-11 15:12:00 +0200
committerMarak <[email protected]>2015-05-11 15:12:00 +0200
commitf746ea709f6d565e6859c4a75ea88f396f32a155 (patch)
tree853bea75a433b2d9ee32135745237f7980fb901b /CONTRIBUTING.md
parentbc98b4ddf3af6e6f3e0142e204a430f9fbe52db8 (diff)
downloadfaker-f746ea709f6d565e6859c4a75ea88f396f32a155.tar.xz
faker-f746ea709f6d565e6859c4a75ea88f396f32a155.zip
[minor] Copy update
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 50df0ded..c35c403f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-The authors of `faker.js` has put lots of effort to create a useful and handy
-library. There is still a lot of things to be done, so all contributions are
-welcome! If you can make `faker.js` better, please read the following guide.
+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.
# Important
@@ -14,7 +14,7 @@ browsers. Keep this in mind, when modifying and/or extending the sources.
## Automation
* The project is being built by [gulp](http://gulpjs.com/) (see [gulpfile](build/gulpfile.js)), destination directory is [build/build](build/build)
-* The documentation is auto-generated, basing on [build/src](build/src) markdown sources. If you modify the main [Readme.md](Readme.md) file, the PR will be rejected, since it will be overwritten by the upcoming `gulp` execution
+* The documentation is auto-generated, based on [build/src](build/src) markdown sources. If you modify the main [Readme.md](Readme.md) file, the Pull Request will be rejected, since it will be overwritten by the upcoming `gulp` execution
* The tests are executing `mocha` against all js contents of [test](test) directory
## Architecture