From 857b28aad0d3cbd3d138208f571fd015f352164b Mon Sep 17 00:00:00 2001 From: "Dr. David Kunz" Date: Tue, 7 Jan 2020 12:37:56 +0100 Subject: [PATCH] Update README.md --- packages/bookshop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bookshop/README.md b/packages/bookshop/README.md index 287d2e48..529ea192 100644 --- a/packages/bookshop/README.md +++ b/packages/bookshop/README.md @@ -5,7 +5,7 @@ When the user creates an order and uses the value help of the shipping address, a synchronous request to S/4HANA is triggered yielding all possible addresses belonging to this business partner. Once an address is selected, its data is replicated into a local database. To keep data in sync, an event handler -is registered listening to all changes of business partners which updates the +is registered which listens to all changes of business partners and updates the local database table.