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.