diff --git a/packages/document-core/README.md b/packages/document-core/README.md index a0ae7b0..255c95c 100644 --- a/packages/document-core/README.md +++ b/packages/document-core/README.md @@ -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. @@ -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