Skip to content

Commit 0b60ccb

Browse files
committed
Update casing
Updated casing so it matched existing standard + so auto-switching of all code snippets on a page in unison would work.
1 parent d5ce757 commit 0b60ccb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/develop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An `Invocation` is a single execution of an action. Invocations can be triggered
2222
First, install the Kernel SDK for your language:
2323

2424
<CodeGroup>
25-
```bash TypeScript/JavaScript
25+
```bash Typescript/Javascript
2626
npm install @onkernel/sdk
2727
```
2828

browsers/create-a-browser.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Kernel browsers were designed to be lightweight, fast, and efficient for cloud-b
1111

1212
<Info>
1313
First, install the Kernel SDK:
14-
- TypeScript/JavaScript: `npm install @onkernel/sdk`
14+
- Typescript/Javascript: `npm install @onkernel/sdk`
1515
- Python: `pip install kernel`
1616
</Info>
1717

introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Kernel is a developer platform that provides Crazy Fast Browser Infrastructure f
99

1010
<Info>
1111
To use the Kernel SDK, install it first:
12-
- TypeScript/JavaScript: `npm install @onkernel/sdk`
12+
- Typescript/Javascript: `npm install @onkernel/sdk`
1313
- Python: `pip install kernel`
1414
</Info>
1515

0 commit comments

Comments
 (0)