Skip to content

Commit

Permalink
Merge pull request #1 from ttacon/patch-1
Browse files Browse the repository at this point in the history
readme typo: change `let tags -` => `let tags =`
  • Loading branch information
c0bra committed Aug 15, 2017
2 parents 4b38e01 + 043a8b5 commit 4e91952
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 4e91952

Please sign in to comment.