From 9d6488a9caabec2f0f39d9c22578004b9f50ffc6 Mon Sep 17 00:00:00 2001 From: Mara Kiefer <8320933+mnkiefer@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:46:57 +0200 Subject: [PATCH] Update README.md Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com> --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 52aff61..511d36a 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,6 @@ `@cap-js/change-tracking` is a [CDS plugin](https://cap.cloud.sap/docs/node.js/cds-plugins#cds-plugin-packages) providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities. -## Installation - -To enable change tracking, simply add the [`@cap-js/change-tracking`](https://www.npmjs.com/package/@cap-js/change-tracking) plugin package to your project: - -```sh -npm add @cap-js/change-tracking -``` - ## Usage In this guide, we use the [Incidents Management reference sample app](https://github.com/cap-js/incidents-app) as the base to add change tracking to.