Skip to content

Commit

Permalink
Readme: Fix typo in react components NPM link
Browse files Browse the repository at this point in the history
Signed-off-by: Erica Bugden <erica.bugden@gmail.com>
  • Loading branch information
ebugden authored and bhufmann committed Dec 3, 2021
1 parent 100e195 commit f318211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f318211

Please sign in to comment.