Skip to content

Commit

Permalink
#34 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gluebi committed Nov 17, 2022
1 parent e68f632 commit aec9485
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,12 @@ A string if you want to change the edit cookies button´s icon.
},
{
title: 'Analytics',
description:
'Bla bla serviços que podemos oferecer erviços que podemos oferecer erviços que podemos oferecer erviços que podemos oferecer serviços que podemos oferecer.',
items: [
{ label: 'GoogleAnalytics', value: 'ga' },
{ label: 'Sentry', value: 'sentry', isEnable: true },
{ label: 'Mapbox', value: 'mapbox' },
{ label: 'New Relic', value: 'newRelic', isEnable: true },
{ label: 'Dog Food', value: 'dogfood' },
{ label: 'GoogleAnalytics', description: 'Google Analytics Description', value: 'ga' },
{ label: 'Sentry', description: 'Sentry Description',value: 'sentry', isEnable: true },
{ label: 'Mapbox', description: 'Mapbox Description',value: 'mapbox' },
{ label: 'New Relic', description: 'New Relic Description',value: 'newRelic', isEnable: true },
{ label: 'Dog Food', description: 'Dog Food Description',value: 'dogfood' },
],
},
];
Expand Down

0 comments on commit aec9485

Please sign in to comment.