Skip to content

Commit

Permalink
Included over excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEllis authored Jun 6, 2020
1 parent f6d7653 commit 5884fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `load` function also accepts an object of options:

```js
Fathom.load('MY_FATHOM_ID', {
excludedDomains: ['localhost']
includedDomains: ['yourwebsite.com']
});
```

Expand Down Expand Up @@ -78,7 +78,7 @@ function App({ Component, pageProps }) {
// Initialize Fathom when the app loads
useEffect(() => {
Fathom.load('ZREWXXJZ', {
excludedDomains: ['localhost']
includedDomains: ['yourwebsite.com']
});
}, []);

Expand Down

0 comments on commit 5884fd4

Please sign in to comment.