Skip to content

Commit

Permalink
docs: Fix casing of Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 1, 2022
1 parent 97cf284 commit f9eaae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/npm/README.md
Expand Up @@ -2,7 +2,7 @@

npm distribution of [dprint-plugin-typescript](https://github.com/dprint/dprint-plugin-typescript).

Use this with [@dprint/formatter](https://github.com/dprint/js-formatter) or just use @dprint/formatter and download the [dprint-plugin-typescript WASM file](https://github.com/dprint/dprint-plugin-typescript/releases).
Use this with [@dprint/formatter](https://github.com/dprint/js-formatter) or just use @dprint/formatter and download the [dprint-plugin-typescript Wasm file](https://github.com/dprint/dprint-plugin-typescript/releases).

## Example

Expand Down
2 changes: 1 addition & 1 deletion deployment/npm/index.d.ts
@@ -1,2 +1,2 @@
/** Gets an absolute path to the WASM module. */
/** Gets an absolute path to the Wasm module. */
export function getPath(): string;

0 comments on commit f9eaae5

Please sign in to comment.