Skip to content

Commit

Permalink
Styling suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Nepomuk Seiler <[email protected]>
  • Loading branch information
jsadwith and muuki88 authored Jun 2, 2022
1 parent bf03c2c commit e959f50
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dev-docs/analytics/kargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ Please visit [https://kargo.com/](https://kargo.com/) or contact your Kargo acco

#### Example Configuration

```
pbjs.enableAnalytics({
provider: 'kargo',
options: {
sampling: 100 // value out of 100
}
});
```
```js
pbjs.enableAnalytics({
provider: 'kargo',
options: {
sampling: 100 // value out of 100
}
});

0 comments on commit e959f50

Please sign in to comment.