Skip to content

Commit 40b974e

Browse files
committed
docs: more changes
1 parent b7316b3 commit 40b974e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010

1111
------
1212

13-
> This package is a work-in-progress, therefore you should not use it in production - and **always** backup your database before requiring it through Composer.
14-
>
15-
> - [Migration Stub](https://github.com/nunomaduro/laravel-optimize-database/blob/main/database/migrations/optimize_database_settings.php.stub)
16-
> - [Runtime Configuration](https://github.com/nunomaduro/laravel-optimize-database/blob/main/src/OptimizeDatabaseServiceProvider.php)
13+
> This package is a **work-in-progress**, therefore you should not use it in production - and **always** backup your database before requiring it through Composer.
1714
1815
This package provides a simple way to optimize your SQLite database in Laravel; it's a good starting point for production-ready SQLite databases. At the time of this writing,
1916
it applies the following settings:
@@ -36,8 +33,8 @@ it applies the following settings:
3633
```
3734

3835
The settings are applied in two ways:
39-
- [Migration] - Applied via migration.
40-
- [Runtime] - Applied at runtime, via service provider.
36+
- **[Migration Stub](https://github.com/nunomaduro/laravel-optimize-database/blob/main/database/migrations/optimize_database_settings.php.stub)** - Applied via migration.
37+
- **[Runtime Configuration](https://github.com/nunomaduro/laravel-optimize-database/blob/main/src/OptimizeDatabaseServiceProvider.php)** - Applied at runtime, via service provider.
4138

4239
## 🚀 Installation
4340

@@ -51,7 +48,7 @@ composer require nunomaduro/laravel-optimize-database --dev
5148

5249
## 🙌 Usage
5350

54-
To get starter optimizing your SQLite database, you need to run the following command:
51+
To get started optimizing your SQLite database, you need to run the following command:
5552

5653
```bash
5754
php artisan db:optimize

0 commit comments

Comments
 (0)