From 568d2ad175d0083dab0d504c0f9b15032f99eac3 Mon Sep 17 00:00:00 2001 From: "David M. Weigl" Date: Tue, 11 May 2021 22:19:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c6765..f743613 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ To include the MELD Clients Core in your MELD app, add the following entry to th "meld-clients-core": "oerc-music/meld-clients-core" ``` -MELD Clients Core depends on a number of npm modules, including React, Redux, and Redux-Thunk (web application framework), Axios (HTTP communication), and "jsonld" and "n3" (Linked Data functionalities around RDF graph handling and JSON-LD conversion). A full list of dependencies is available in the package.json file. +MELD Clients Core depends on a number of npm modules, including React, Redux, and Redux-Thunk (web application framework), solid-auth-client (authenticated HTTP communication with Solid Pods), and "jsonld" and "n3" (Linked Data functionalities around RDF graph handling and JSON-LD conversion). A full list of dependencies is available in the package.json file. MELD Clients Core also includes JavaScript components of Verovio, a music engraving library developed by the Swiss RISM office (see [rism-ch/verovio](http://github.com/rism-ch/verovio) repository).