Skip to content

Commit 979865e

Browse files
committed
DOCS: update readme with module descriptions
1 parent 5fb92a3 commit 979865e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Maintained by [Daniel W. Hieber][personal] (University of California, Santa Barb
3838

3939
The DLx JavaScript library has the following exports. See the [API documentation][docs] for complete details on the contents of this library.
4040

41-
Export | Description
42-
-------- | -----------
43-
`models` | A collection of objects representing common linguistic objects, such as `Language`, `Lexeme`, etc. These have various utility functions attached to them, and ensure that their data is valid according to the [DLx Data Format][Daffodil].
41+
Export | Description
42+
----------- | -----------
43+
`core` | Base classes and other code reused across this library. Most users will not need to use this module.
44+
`models` | A collection of objects representing common linguistic objects, such as `Language`, `Lexeme`, etc. These have various utility functions attached to them, and ensure that their data is valid according to the [DLx Data Format][Daffodil].
45+
`utilities` | Assorted utilities for working with data in DLx format
4446

4547
## Usage
4648

0 commit comments

Comments
 (0)