From 3b26684cca80ca10a4d8f3103d2a32d0342ed445 Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:27:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 836fc45d..003b7bbb 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,4 @@ For use with latest https://github.com/abaplint/transpiler - To ensure the stuff works you need to have [nodejs](https://nodejs.org) installed - run `npm install` - run `npm test` (please beware that tests must pass for PR to be accepted) -- to add new functionality please cover it with unit tests appropriately - -## Add-ons - -* [open-abap-gui](https://github.com/open-abap/open-abap-gui) SAP GUI related classes/functionality -* [open-abap-odata](https://github.com/open-abap/open-abap-odata) OData/Gateway shims -* [open-abap-bal](https://github.com/open-abap/open-abap-bal) BAL logging -* [shims-rfc](https://github.com/open-abap/shims-rfc) Shims for tRFC + qRFC + bgRFC \ No newline at end of file +- to add new functionality please cover it with unit tests