Skip to content

Commit

Permalink
Updating document-core readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre authored Feb 23, 2024
1 parent fca0dea commit cb6280f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/document-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @usewaypoint/document
# @usewaypoint/document-core

This is the core library used to build the email messages at [Waypoint](https://www.usewaypoint.com). It is non-opinionated and light on dependencies so that it can be used to compose complex documents.

Expand All @@ -11,7 +11,7 @@ This is the core library used to build the email messages at [Waypoint](https://
**Installation with npm**

```
npm install --save @usewaypoint/document
npm install --save @usewaypoint/document-core
```

## Usage
Expand Down

0 comments on commit cb6280f

Please sign in to comment.