Skip to content

Commit 287a355

Browse files
authored
chore: adjust readme
1 parent 481f006 commit 287a355

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export default function MyApp({ Component, pageProps }) {
2626

2727
#### `YandexMetricaProvider` Props
2828

29-
| Name | Description |
30-
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
31-
| `tagID` | Yandex.Metrica tag ID. |
32-
| `strategy` | Script loading strategy. Defaults to `afterInteractive`. See [next/script](https://nextjs.org/docs/api-reference/next/script#strategy) for more details. |
33-
| `initParameters` | Yandex.Metrica tag [initialization parameters](https://yandex.com/support/metrica/code/counter-initialize.html). |
29+
| Name | Description |
30+
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- |
31+
| `tagID` | Yandex.Metrica tag ID. |
32+
| `strategy` | [next/script](https://nextjs.org/docs/api-reference/next/script#strategy) loading strategy. Defaults to `afterInteractive`. |
33+
| `initParameters` | Yandex.Metrica tag [initialization parameters](https://yandex.com/support/metrica/code/counter-initialize.html). |
3434

35-
The Yandex.Metrica tag ID is read from the `tagID` property and the `NEXT_PUBLIC_YANDEX_METRICA_ID` environment variable. If both are set, the provider property takes priority.
35+
Yandex.Metrica tag ID is read from the `tagID` property and the `NEXT_PUBLIC_YANDEX_METRICA_ID` environment variable. If both are set, the provider property takes priority.
3636

3737
### Send events
3838

0 commit comments

Comments
 (0)