Skip to content

Commit

Permalink
docs(ngx-components): change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Nov 23, 2023
1 parent d31cbc0 commit 5221161
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/ngx-components/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ngx-components
# @octra/ngx-components <a href="https://www.npmjs.com/package/@octra/ngx-components"><img alt="npm" src="https://img.shields.io/npm/v/@octra/ngx-components"></a>

This library offers all annotation related classes and functions used by Octra. It uses AnnotJSON file format as base
model. Here you can also find all Annotation converters used by [Octra](https://github.com/IPS-LMU/octra).
Expand All @@ -10,3 +10,7 @@ model. Here you can also find all Annotation converters used by [Octra](https://
npm install --save @octra/ngx-components
````
2. Add OctraComponentsModule to imports of your app.module.

### Changelog

[Go to changelog](https://github.com/IPS-LMU/octra/blob/main/libs/ngx-components/CHANGELOG.md)

0 comments on commit 5221161

Please sign in to comment.