aboutsummaryrefslogtreecommitdiff
path: root/locale/ReadMe.md
blob: 1b56bc8fafdf3ac57a7dd7559df0872545d784b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Read Me

The files in this directory have been auto-generated from the `gulpfile`.

These file exist in order to allow users to require the `faker` library using a specific locale ( instead of the default behavior or loading all all locales ).

Example:

``` js
var faker = require('../locale/en');
console.log(faker.name.findName());
```