Skip to content

Commit

Permalink
readme typo: change let tags - => let tags =
Browse files Browse the repository at this point in the history
  • Loading branch information
ttacon committed Aug 15, 2017
1 parent 4b38e01 commit 043a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
```javascript
const dmarc = require('dmarc-parse');

let tags - dmarc('v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com');
let tags = dmarc('v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com');

// tags == {
// tags: {
Expand Down

0 comments on commit 043a8b5

Please sign in to comment.