From 4d65d82f3251fdf72f4e61bed420f0a5780c48c4 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 6 Dec 2022 20:35:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9573f99..9c627a8 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Examples: ### The `presets` option -This option allows the user to create an easy switch between different states of the dependencies. When using any command with the `--preset` option, it will behave as if the `dependencies` option was using values from the given preset. Dependencies that are not defined in the preset but are defined in the `dependencies`, will use version from the `dependencies` as a fallback. +This option allows the user to switch between different states of dependencies easily. When using any command with the `--preset` option, it will behave as if the `dependencies` option was using values from the given preset. Dependencies not specified in the preset but in the `dependencies` object will use a version from the latter as a fallback. Example: