Skip to content

Commit af6c288

Browse files
committed
fix: Update CLI command name in PUBLISH.md and README.md
1 parent 8f53839 commit af6c288

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

linters/typescript/PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ To test locally before publishing:
1010

1111
1. `npm pack`
1212
2. `npm install -g ./codebase-context-lint-x.x.x.tgz`
13-
3. Test the CLI: `ai-context-lint /path/to/test/directory`
13+
3. Test the CLI: `codebase-context-lint /path/to/test/directory`
1414
4. Uninstall test package: `npm uninstall -g codebase-context-lint`

linters/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm install -g codebase-context-lint
4646
After installation, you can use the linter from the command line:
4747

4848
```
49-
ai-context-lint <directory_to_lint>
49+
codebase-context-lint <directory_to_lint>
5050
```
5151

5252
Replace `<directory_to_lint>` with the path to the directory containing your Codebase Context Specification files.

linters/typescript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)