Skip to content

Commit

Permalink
Fix READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Nov 27, 2024
1 parent 383b9fe commit 920740b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Lynx USFM
# Lynx Core

Lynx USFM includes support for serializing/deserializing USFM documents for use in Lynx providers.
Lynx Core defines the foundational interfaces, data types, and classes for integrating Lynx providers into a translation app.

## Installation

```sh
npm install @sillsdev/lynx-usfm
npm install @sillsdev/lynx
```
6 changes: 3 additions & 3 deletions packages/usfm/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Lynx Core
# Lynx USFM

Lynx Core defines the foundational interfaces, data types, and classes for integrating Lynx providers into a translation app.
Lynx USFM includes support for serializing/deserializing USFM documents for use in Lynx providers.

## Installation

```sh
npm install @sillsdev/lynx
npm install @sillsdev/lynx-usfm
```

0 comments on commit 920740b

Please sign in to comment.