Skip to content

Commit aa2a186

Browse files
authored
Update README.md
1 parent 5f41626 commit aa2a186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Masking your data in mongodb
33

44
# Usage
55
```
6-
bundle
7-
ruby masker.rb mask mask.yml
6+
gem install mongo_masker
7+
mongo_masker mask mask.yml
88
```
99

1010
# Example mask.yml
@@ -17,7 +17,7 @@ models:
1717
email:
1818
"$not": !ruby/regexp '/@basicinc\.jp$/'
1919
fields:
20-
email: FFaker::Internet.safe_email
20+
email: FFaker::Internet.unique.safe_email
2121
- name: users
2222
fields:
2323
reset_password_token: String.new

0 commit comments

Comments
 (0)