Skip to content

Commit

Permalink
chore: update words
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Nov 18, 2024
1 parent 22d91b4 commit d9d21d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Breeze Lite

Unofficial Laravel Breeze for Laravel + Inertia + Svelte before Laravel Breeze ship the official for Inertia + Svelte. Until then, enjoy!
Unofficial Laravel Breeze for Inertia + Svelte until Laravel Breeze ship the official for Inertia + Svelte. Until then, enjoy! 🍺

> Lite = Laravel + Inertia + Svelte. I like it!
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "senkulabs/breeze-lite",
"description": "Unofficial Laravel Breeze for Laravel + Inertia + Svelte.",
"description": "Unofficial Laravel Breeze for Inertia + Svelte.",
"keywords": ["laravel-breeze", "laravel", "inertia", "svelte"],
"license": "MIT",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress';
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Breeze Lite",
description: "Unofficial Laravel Breeze for Laravel + Inertia + Svelte.",
description: "Unofficial Laravel Breeze Inertia + Svelte.",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down
2 changes: 1 addition & 1 deletion docs/build-chirper.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you have started the Artisan development server, your application will be a

## Installing Breeze Lite

Next, we will give our application a head-start by installing Breeze Lite, an unofficial [Laravel Breeze](https://laravel.com/docs/starter-kits#laravel-breeze) for Laravel + Inertia + Svelte. According to bootcamp.laravel.com, here's a description of Laravel Breeze.
Next, we will give our application a head-start by installing Breeze Lite, an unofficial [Laravel Breeze](https://laravel.com/docs/starter-kits#laravel-breeze) for Inertia + Svelte. According to bootcamp.laravel.com, here's a description of Laravel Breeze.

> A minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation. Once installed, you are welcome to customize the components to suit your needs.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Home

# Home

Unofficial Laravel Breeze for Laravel + Inertia + Svelte before Laravel Breeze release the official for Inertia + Svelte. Until then enjoy!
Unofficial Laravel Breeze for Inertia + Svelte until Laravel Breeze release the official for Inertia + Svelte. Until then, enjoy! 🍺

> Lite = Laravel + Inertia + Svelte. I like it!
Expand Down

0 comments on commit d9d21d4

Please sign in to comment.