diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index c8b3745..fe77b84 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -18,7 +18,7 @@ services: Kanti\WebVitalsTracker\Command\GenerateRandomTestDataCommand: tags: - - { name: 'console.command', command: 'webvitalstracker:generateTestData', description: 'Generates random test data vor the web_vitals_tracker extension' } + - { name: 'console.command', command: 'webvitalstracker:generateTestData', description: 'Generates random test data for the web_vitals_tracker extension' } dashboard.widget.webvitals.overview: class: 'Kanti\WebVitalsTracker\Widgets\WebVitalsOverviewWidget' diff --git a/README.md b/README.md index 7622b15..fd9bdd3 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ _[More information about Web Vitals](https://web.dev/vitals/)_ Or via [the Extension Reposiotry](https://extensions.typo3.org/extension/web_vitals_tracker) -## How dose it work 🦾 +## How does it work 🦾 We inject a small javascript file _(2.6kb gziped)_ into the frontend, that uses the [web-vitals package](https://www.npmjs.com/package/web-vitals) to collect the timings of every page request. The data is sent to the TYPO3 and saved in the database. -## how dose it look like 👀 +## how does it look like 👀 ![Screenshot of the Page overview](./Documentation/Images/wev_vitals_screenshot.png) @@ -32,7 +32,7 @@ cd web-vitals composer update git commit -m '✨ fancy message that explains what was done and why' # hint: use https://gitmoji.dev/ for a colorful commit message -git remote set-url origin git@github.com:/web-vitals.git +git remote set-url origin git@github.com:/web-vitals-tracker.git git push # create PR ```