Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmonk committed May 29, 2020
1 parent 0fb39cb commit 32994f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -10,6 +10,6 @@ Module for securing sensitive data from log objects.
```javascript
const secureLogData = require('@debitoor/secure-log-data');
const options = {sensitiveKeys: ['array', 'of', 'custom', 'sensitive', 'keys']}
const securedLogObject = securedLogObject(logObject, options);
const securedData = secureLogData(logObject, options);

```

0 comments on commit 32994f8

Please sign in to comment.