Skip to content

Commit

Permalink
docs(readme): revamp intro section
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 10, 2021
1 parent aeb9a16 commit 86edaa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
## Intro

The node-unrtf module was created out of a need for a RTF-to-HTML conversion module at [Yeovil District Hospital NHS Foundation Trust](https://yeovilhospital.co.uk/) to convert clinical documents in RTF format to HTML.
[UnRTF](https://www.gnu.org/software/unrtf/) is a CLI program that allows for the manipulation and extraction of data from RTF documents such as converting RTF files to HTML or TXT.

The `node-unrtf` module provides an asynchronous node.js wrapper around this CLI program for easier use.
It was originally created out of a need for a RTF-to-HTML conversion module at [Yeovil District Hospital NHS Foundation Trust](https://yeovilhospital.co.uk/) to convert clinical documents in RTF format to HTML.

## Installation

Expand Down

0 comments on commit 86edaa3

Please sign in to comment.