Skip to content

Commit

Permalink
Remove one # from REAMDE_BASE titles
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonSys committed Jul 3, 2024
1 parent 08b7a67 commit 8f1c65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you want your nonce to be passed to the script, pass it as the third argument

Piwik PRO container will be initialized under the hood by `@piwikpro/nuxt-piwik-pro` module itself. Module also inject client-only plugin to Nuxt application instance which allow you to use all Piwik PRO services globally as a part of Nuxt context returned from `useNuxtApp()` composable as a `$piwikPRO`.

####### Remember that Piwik PRO is a client-only library. This means you won't have access to any of its services on the server side.
###### Remember that Piwik PRO is a client-only library. This means you won't have access to any of its services on the server side.

```ts
// In any component or other part of application code
Expand Down Expand Up @@ -87,7 +87,7 @@ const userId = await usePiwikPro(
);
```

####### export `usePiwikPro()` as a Nuxt composable
###### export `usePiwikPro()` as a Nuxt composable

To make this composable globally available, create `.ts` file in `/composables` directory and export `usePiwikPro()` from `'@piwikpro/nuxt-piwik-pro/composables'`.

Expand Down
4 changes: 2 additions & 2 deletions docs/README_BASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you want your nonce to be passed to the script, pass it as the third argument

Piwik PRO container will be initialized under the hood by `@piwikpro/nuxt-piwik-pro` module itself. Module also inject client-only plugin to Nuxt application instance which allow you to use all Piwik PRO services globally as a part of Nuxt context returned from `useNuxtApp()` composable as a `$piwikPRO`.

###### Remember that Piwik PRO is a client-only library. This means you won't have access to any of its services on the server side.
##### Remember that Piwik PRO is a client-only library. This means you won't have access to any of its services on the server side.

```ts
// In any component or other part of application code
Expand Down Expand Up @@ -83,7 +83,7 @@ const userId = await usePiwikPro(
);
```

###### export `usePiwikPro()` as a Nuxt composable
##### export `usePiwikPro()` as a Nuxt composable

To make this composable globally available, create `.ts` file in `/composables` directory and export `usePiwikPro()` from `'@piwikpro/nuxt-piwik-pro/composables'`.

Expand Down

0 comments on commit 8f1c65e

Please sign in to comment.