From f318211c5daefbef8ede5dacb3df58d20b04026f Mon Sep 17 00:00:00 2001 From: Erica Bugden Date: Fri, 3 Dec 2021 16:58:21 +0000 Subject: [PATCH] Readme: Fix typo in react components NPM link Signed-off-by: Erica Bugden --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0f2057c..aa71d5960 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The **theia-trace-extension** project publishes the following packages to NPM: * [theia-traceviewer](https://www.npmjs.com/package/theia-traceviewer): The Theia trace viewer extension. Add this package to the package.json of your Theia application. * [traceviewer-base](https://www.npmjs.com/package/traceviewer-base): This package contains trace management utilities for managing traces using Trace Server applications that implement the TSP. -* [traceviewer-react-components](https://www.npmjs.com/package/traceviewer-components): This package contains views and utilities for visualizing traces and logs via the TSP connected to a Trace Server application. +* [traceviewer-react-components](https://www.npmjs.com/package/traceviewer-react-components): This package contains views and utilities for visualizing traces and logs via the TSP connected to a Trace Server application. While being initially used within the *theia-traceviewer*, the code base of *traceviewer-base* and *traceviewer-react-components* is independent to any Theia APIs and hence can be integrated in other web applications.