Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 42db090

Browse files
author
danielbannert
committed
fixes #59
1 parent bb48475 commit 42db090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ composer require viserio/console
2727

2828
If you execute this command in your Application that doesn't support Narrowspark Automatic, this command will execute in the normal composer require behavior.
2929

30+
> NOTE: The `automatic.json` and composer.json extra key `automatic` are used to configure Narrowspark Automatic with configurators, script executors, custom-configurators and more.
31+
3032
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.
3133
In the above example, Automatic decided which automated tasks need to be run after the installation.
3234

33-
>NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository.
35+
> NOTE: Narrowspark Automatic keeps tracks of the configuration, in a `automatic.lock` file, which must be committed to your code repository.
3436
3537
Using Narrowspark Automatic in New Applications
3638
------------

0 commit comments

Comments
 (0)