diff --git a/README.md b/README.md index eef6f3c..cc786e0 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The goal of LDD is to speed up the process of setting up new projects and synchr However, there are some common use cases that require a bit more flexibility, so the following features may help. -### Project config file +### Project config files Each project usually requires its own database, and you will probably need to run most commands against it, depending on the project you are working on. diff --git a/package.json b/package.json index a29a1e2..dca6f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mep-agency/local-dev-db", - "version": "1.0.0-alpha9", + "version": "1.0.0-alpha10", "private": false, "description": "A zero-config local MariaDB instance for local development (using Docker)", "author": "Marco Lipparini ",