diff --git a/readme.md b/readme.md index ad84ad8..8f6df1f 100644 --- a/readme.md +++ b/readme.md @@ -114,11 +114,7 @@ If you want to copy some of the fancier elements of my site, then you'll have to [Fathom](https://usefathom.com/ref/42TFOZ) provides a lightweight alternative to Google Analytics. -It's optional, but I really love how simple and elegant their solution is. - -To enable analytics, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable. - -This environment variable will only be taken into account in production, so you don't have to worry about messing up your analytics with localhost development. +To enable the optional analytics feature, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable, which will only be taken into account in production. ### Automatic Table of Contents @@ -132,7 +128,7 @@ If a page has less than `minTableOfContentsItems` (default 3), the table of cont This table of contents uses the same logic that Notion uses for its built-in Table of Contents block (see [getPageTableOfContents](https://github.com/NotionX/react-notion-x/blob/master/packages/notion-utils/src/get-page-table-of-contents.ts) for the underlying logic and associated unit tests). -## Mobile +## Responsive