diff --git a/README.md b/README.md index 723ee08f..6a71f825 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a monorepository for sample projects on Cloud Application Programming Mo ## Description -This repository provides a list of samples and reusable packages created based on [CAP](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/00823f91779d4d42aa29a498e0535cdf.html?q=cloud%20application%20programming%20model) +This repository provides a list of samples and reusable packages created based on [CAP](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/00823f91779d4d42aa29a498e0535cdf.html?q=cloud%20application%20programming%20model). The SAP Cloud Application Programming Model enables you to quickly create business applications by allowing you to focus on your domain logic. It offers a consistent end-to-end programming model that includes languages, libraries and APIs tailored for full-stack development on SAP Cloud Platform. The samples provided can be run in a local setup on sqlite db. @@ -15,7 +15,6 @@ The samples provided can be run in a local setup on sqlite db. * [common-contacts](./packages/common-contacts) - A reuse package with common domain models and services for contacts-related data. * [common-currencies](./packages/common-currencies) - A reuse package providing common domain models and services for currencies-related data. * [media-server](./packages/media-server) - A reuse service to manage and serve media content on behalf of other services and apps. -* [office-supplies](./packages/office-supplies) - A sample office supplies service which includes a Fiori Elements List report built on top of it. * [orders-service](./packages/orders-service) - A reuse package providing domain models and services to submit and manage purchase orders. * [products-service](./packages/products-service) - A reuse package providing domain models and services to manage product catalogs. * [reviews-service](./packages/reviews-service) - A reuse service providing generic means to add reviews and ratings to target objects, e.g. products. @@ -23,9 +22,9 @@ The samples provided can be run in a local setup on sqlite db. ## Requirements -* [_Node.js_](https://nodejs.org/en/) v8 or higher -* [_git_](https://git-scm.com) -* [_sqlite_](https://www.sqlite.org/download.html) (Windows only; pre-installed on Mac/Linux) +* [Node.js](https://nodejs.org/en/) v8 or higher +* [git](https://git-scm.com) +* [sqlite](https://www.sqlite.org/download.html) (Windows only; pre-installed on Mac/Linux) #### Optional (if you want to import the code into an editor) * [VS Code](https://code.visualstudio.com)