diff --git a/README.md b/README.md index db9a0b5..608a81b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Sikessem Starter -Start [PHP][php-home] applications using [Laravel][laravel-home] preconfigured with [TypeScript][typescript-home], [Livewire][livewire-home], [Alpine.js][alpinejs-home], [TailwindCSS][tailwindcss-home] and many others such as [Bun][bun-home], [Vite.js][vitejs-home], [Rome][rome-home], [Pint][pint-home], [PHPStan][phpstan-home], [Larastan][larastan-home], [Rector][rector-home]. +Start [PHP][php-home] applications using [Laravel][laravel-home] preconfigured with [TypeScript][typescript-home], [Livewire][livewire-home], [Alpine.js][alpinejs-home], [TailwindCSS][tailwindcss-home] and many others such as [Bun][bun-home], [Vite.js][vitejs-home], [Biome][biome-home], [Pint][pint-home], [PHPStan][phpstan-home], [Larastan][larastan-home], [Rector][rector-home]. ## 🔖 Contents @@ -247,7 +247,7 @@ The Sikessem Starter is open-sourced software licensed under the [MIT License]( [alpinejs-home]: https://alpinejs.dev "Alpine.js" [tailwindcss-home]: https://tailwindcss.com "TailwindCSS" [vitejs-home]: https://vitejs.dev "Vite.js" -[rome-home]: https://rome.tools "Rome" +[biome-home]: https://biomejs.dev "Biome" [bun-home]: https://bun.sh "Bun" [pint-home]: https://github.com/laravel/pint "Laravel Pint" [phpstan-home]: https://phpstan.org "PHPStan" diff --git a/composer.json b/composer.json index bae495c..912c95e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "type": "project", "name": "sikessem/starter", - "description": "Start PHP applications using Laravel preconfigured with TypeScript, Livewire, AlpineJS, TailwindCSS and many others such as Bun, Vite, Rome, Pint, PHPStan, Larastan, Rector, etc.", + "description": "Start PHP applications using Laravel preconfigured with TypeScript, Livewire, AlpineJS, TailwindCSS and many others such as Bun, Vite, Biome, Pint, PHPStan, Larastan, Rector, etc.", "keywords": [ "alpinejs", "bun", @@ -14,7 +14,7 @@ "php", "phpstan", "rector", - "rome", + "biome", "sikessem", "starter-template", "tailwindcss",