diff options
| author | Marak <[email protected]> | 2019-03-01 08:31:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-01 08:31:22 -0500 |
| commit | 852091c86578f1758cb062a2ff48aca1e84dc839 (patch) | |
| tree | 65c52b45c6c7e83dc45b1572d9885f5fa2162439 | |
| parent | d3ce6f1a2a9359574e7f31f14d4901648047c45a (diff) | |
| parent | 0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e (diff) | |
| download | faker-852091c86578f1758cb062a2ff48aca1e84dc839.tar.xz faker-852091c86578f1758cb062a2ff48aca1e84dc839.zip | |
Merge pull request #759 from kud/patch-1
docs(README): fix typo
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ var randomCard = faker.helpers.createCard(); // random contact card containing m ## Building faker.js -faker uses [gulp](http://gulpjs.com/) to automate it's build process. Running the following build command will generate new browser builds, documentation, and code examples for the project. +faker uses [gulp](http://gulpjs.com/) to automate its build process. Running the following build command will generate new browser builds, documentation, and code examples for the project. ``` npm run-script build |
