Skip to content

Commit 579653c

Browse files
Clarify use of database
1 parent e0431b0 commit 579653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require statamic/importer
2020
You can find the Importer addon in the Control Panel under `Utilities > Importer`.
2121

2222
> **Note:**
23-
> Before installing the importer addon, please ensure your project has a database setup. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been configured. You can confirm by running `php artisan migrate`.
23+
> Before installing the importer addon, please ensure your project has a database configured. This importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.
2424
2525
<!-- statamic:hide -->
2626
## Documentation

0 commit comments

Comments
 (0)