diff --git a/_pages/datamodels/index.html b/_pages/datamodels/index.html index d730e38..2518e0e 100644 --- a/_pages/datamodels/index.html +++ b/_pages/datamodels/index.html @@ -110,7 +110,7 @@

Java and TypeScript? What?!

The Apicurio Data Models library is written in Java and then transpiled to TypeScript using the very nice JSweet Utility. This results in the library being released both as a standard Maven library and released into Maven Central, - as well as a JavaScript module released into npmjs.com. + as well as a JavaScript module released into npmjs.com.

The JSweet tool does a great job with the transpilation, allowing us to have a very thin diff --git a/_pages/datamodels/usagets.md b/_pages/datamodels/usagets.md index 5821f08..d45ed7d 100644 --- a/_pages/datamodels/usagets.md +++ b/_pages/datamodels/usagets.md @@ -7,7 +7,7 @@ excerpt: Learn how to use the Apicurio Data Models library A typescript library for reading, manipulating, and writing OpenAPI and AsyncAPI documents. -Install with `npm install apicurio-data-models`. +Install with `npm install @apicurio/data-models`. ## Overview