From 42db090521420bf06db02513d4f9c5d4f556b4a6 Mon Sep 17 00:00:00 2001 From: danielbannert Date: Mon, 3 Sep 2018 11:41:52 +0200 Subject: [PATCH] fixes #59 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5052490b..e97e5849 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ composer require viserio/console If you execute this command in your Application that doesn't support Narrowspark Automatic, this command will execute in the normal composer require behavior. +> NOTE: The `automatic.json` and composer.json extra key `automatic` are used to configure Narrowspark Automatic with configurators, script executors, custom-configurators and more. + When Narrowspark Automatic is installed in your Application, it will check if a `automatic.json` file or a composer.json extra key with `automatic` exists. In the above example, Automatic decided which automated tasks need to be run after the installation. ->NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository. +> NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository. Using Narrowspark Automatic in New Applications ------------