Skip to content

Commit

Permalink
docs(README): fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelRoux committed Jul 18, 2024
1 parent b938ba2 commit 62bc46f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
import { MatomoModule, MatomoRouterModule } from 'ngx-matomo-client';
Expand Down Expand Up @@ -256,7 +256,7 @@ const routes: Routes = [
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
import { MatomoModule, MatomoRouterModule, MatomoRouteDataInterceptor } from 'ngx-matomo-client';
Expand Down Expand Up @@ -416,7 +416,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
@NgModule({
Expand Down Expand Up @@ -649,7 +649,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
import { MatomoFormAnalyticsModule } from 'ngx-matomo-client/form-analytics';
Expand Down Expand Up @@ -786,7 +786,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```typescript
@NgModule({
Expand Down Expand Up @@ -823,7 +823,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
@NgModule({
Expand Down Expand Up @@ -887,7 +887,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
import { MATOMO_SCRIPT_FACTORY } from 'ngx-matomo-client';
Expand Down Expand Up @@ -937,7 +937,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
@NgModule({
Expand Down Expand Up @@ -983,7 +983,7 @@ await bootstrapApplication(RootComponent, {
```

<details>
<summary>See equivalent configuration with `@NgModule`</summary>
<summary>See equivalent configuration with <code>@NgModule</code></summary>

```ts
@NgModule({
Expand Down

0 comments on commit 62bc46f

Please sign in to comment.