From dc41b354b154ef932f03ba8cd70c7bdb2b577840 Mon Sep 17 00:00:00 2001 From: Luca Sepe Date: Mon, 15 Jun 2020 18:05:45 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79504e2..e3950f3 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Draft uses a set of symbols independent from the different providers (AWS, Micro Eventually you can describe... - the implementation using the `impl` attribute (ie: _impl: 'SQS'_) -- the cloud provider using the `provider` attribute (ie: _provider: AWS_) - - 💡 components with the same provider will be 'grouped' +- the group using the `outline` attribute (ie: _outline: AWS_) + - 💡 components with the same outline will be 'grouped' Below is a list of all the components currently implemented.