Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabaker committed May 31, 2023
1 parent 919fe98 commit a96f74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Next Fathom is a component wrapper
around [`fathom-client`](https://github.com/derrickreimer/fathom-client) that allows you to quickly
and easily add [Fathom Analytics]([https://usefathom.com](https://usefathom.com/)) to your Next.js
and easily add [Fathom Analytics](https://usefathom.com) to your Next.js
projects that use the App Router.

## Installation
Expand Down Expand Up @@ -37,7 +37,7 @@ export default function RootLayout({ children }) {
{children}
</body>
</html>
)
);
}
```

Expand All @@ -46,7 +46,7 @@ export default function RootLayout({ children }) {
This package also re-exports everything from
the [`fathom-client` package](https://github.com/derrickreimer/fathom-client) (
e.g. `trackPageview`, `trackGoal`, etc.). See
the [`fathom-client` readme]([https://github.com/derrickreimer/fathom-client#usage](https://github.com/derrickreimer/fathom-client/blob/master/README.md))
the [`fathom-client` readme](https://github.com/derrickreimer/fathom-client/blob/master/README.md)
for how to use these.

## Referrals
Expand Down

0 comments on commit a96f74b

Please sign in to comment.