Skip to content

Commit 0d0cea0

Browse files
committed
README.md
1 parent 7de384b commit 0d0cea0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> :exclamation: **DEPRECATED** :exclamation: : Superseded by `contentElements` in `article` object which is already in JSON format.
2+
13
[![Node.js CI](https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/node.js.yml/badge.svg)](https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/node.js.yml)
24
[![Coverage Status](https://coveralls.io/repos/github/FDMediagroep/fd-article-xml-json/badge.svg?branch=main)](https://coveralls.io/github/FDMediagroep/fd-article-xml-json?branch=main)
35
[![Node.js Package](https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/FDMediagroep/fd-article-xml-json/actions/workflows/npm-publish.yml)
@@ -22,11 +24,14 @@ Install the `fdmg-xml-json` as dependency for your project:
2224
## Getting Started
2325

2426
To run the repository locally:
27+
2528
- Run `npm i` to install required dependencies
2629
- Run `npm run build` to build the project
2730

2831
To use `@fdmg/article-xml-json` in your project:
32+
2933
- Install as a dependency
34+
3035
```
3136
import XMLToJSON from "@fdmg/article-xml-json";
3237
@@ -36,4 +41,3 @@ function Foo() {
3641
)
3742
}
3843
```
39-

0 commit comments

Comments
 (0)