From a5c6c9ba7673ca3ee820afc74e4763beadd62121 Mon Sep 17 00:00:00 2001 From: Bas van Dinther Date: Thu, 17 Aug 2023 10:07:50 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4807a06..a1bcd6d9 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,6 @@ You can install the package via composer: composer require vormkracht10/laravel-seo-scanner ``` -Run the install command to publish the config file and run the migrations: - -```bash -php artisan seo:install -``` - If you want to scan pages that are rendered using Javascript, for example Vue or React, you need to install Puppeteer. You can install it using the following command: > If you want to know how to scan Javascript rendered pages, check out [Scanning a single route in an SPA application](#scanning-a-single-route-in-an-spa-application). Want to know more about Puppeteer? Check out the [Puppeteer documentation](https://pptr.dev/). @@ -69,6 +63,12 @@ If you want to scan pages that are rendered using Javascript, for example Vue or npm install puppeteer ``` +Run the install command to publish the config file and run the migrations: + +```bash +php artisan seo:install +``` + Or you can publish the config file and run the migrations manually: ```bash