aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2019-03-01 08:31:22 -0500
committerGitHub <[email protected]>2019-03-01 08:31:22 -0500
commit852091c86578f1758cb062a2ff48aca1e84dc839 (patch)
tree65c52b45c6c7e83dc45b1572d9885f5fa2162439
parentd3ce6f1a2a9359574e7f31f14d4901648047c45a (diff)
parent0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e (diff)
downloadfaker-852091c86578f1758cb062a2ff48aca1e84dc839.tar.xz
faker-852091c86578f1758cb062a2ff48aca1e84dc839.zip
Merge pull request #759 from kud/patch-1
docs(README): fix typo
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 386da88f..73275421 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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