Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Correct file path in README (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
csvn committed Apr 10, 2023
1 parent 2eed553 commit c919608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ pnpm run build
2. Add the package to the wasm build script: [scripts/build-wasm.mjs](./scripts/build-wasm.mjs)
3. Add language transformer in the directory
1. Create `Language<LanguageName>.ts`
2. For reference, check [`LanguageHTML.ts`](./packages/grammarly-languageserver/src/languages/LanguageHTML.ts)
2. For reference, check [`LanguageHTML.ts`](./packages/grammarly-richtext-encoder/src/LanguageHTML.ts)

## How to get help

Expand Down

0 comments on commit c919608

Please sign in to comment.