Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 6623aa8

Browse files
authored
Update README.md
1 parent fca91b2 commit 6623aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This parser works by converting markdown to HTML then converting the HTML (along
3636

3737
`pip install mdparse`
3838

39-
# Warning
39+
### Caveats
4040

41-
This library makes extremely opinionated choices on how to parse markdown and filter information. This library is for experimental purposes only, and may not be appropriate for every problem. Please use with caution.
41+
This library makes extremely opinionated choices on how to parse markdown and filter information. This library is for experimental purposes only, and may not be appropriate for every problem. Please use with caution. The intended use case of this parser is to train a language model over a large corpus of GitHub Isssues for transfer learning.
4242

4343
# Examples
4444

0 commit comments

Comments
 (0)