diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 11:49:22 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 12:07:38 +0100 |
commit | 4fcc4c9be1d9a74f5c10a30fe0282001dc02b088 (patch) | |
tree | 92272f8afdfb3c4c387432d796af7872197e3a4e /README.md | |
parent | 70e6acfed77ad58eea95a488d4b03a79e7b535bf (diff) |
fix typos
Change-Id: I4c68170b188c4cccf3febe542e835146e97fed87
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Application that is responsible for polling for ASDC distribution notification e * Identifying whether its complementary DCAE service type resource in DCAE inventory has changed * Taking action - Insert a new DCAE service type - - Update an exisintg DCAE service type + - Update an existing DCAE service type - Deactivate an existing DCAE service type * Send appropriate acknowledgements back @@ -20,7 +20,7 @@ Two modes of operation: development and production. ### Development -The application in development mode does not actually pull from ASDC but rather takes in a file that contains a single ASDC notfication event as a third argument and processes it. +The application in development mode does not actually pull from ASDC but rather takes in a file that contains a single ASDC notification event as a third argument and processes it. Usage of development mode: |