Skip to content

Commit

Permalink
Npm org changes (#62)
Browse files Browse the repository at this point in the history
* correct npm url

* update install cmd
  • Loading branch information
pwright authored May 13, 2024
1 parent 06e3e96 commit 559d47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pages/datamodels/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="section-header">Java and TypeScript? What?!</h2>
The Apicurio Data Models library is written in Java and then transpiled to TypeScript using
the very nice <a href="http://www.jsweet.org/">JSweet Utility</a>. 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 <a href="https://www.npmjs.com/package/apicurio-data-models">npmjs.com</a>.
as well as a JavaScript module released into <a href="https://www.npmjs.com/package/@apicurio/data-models">npmjs.com</a>.
</p>
<p>
The JSweet tool does a great job with the transpilation, allowing us to have a very thin
Expand Down
2 changes: 1 addition & 1 deletion _pages/datamodels/usagets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 559d47b

Please sign in to comment.