Skip to content

Commit d7a70e4

Browse files
committed
Update readme
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 2581d40 commit d7a70e4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ This is the TypeScript SDK for the Codellm-Devkit (CLDK). The SDK provides a uni
3030

3131
### 📦 Installation
3232

33-
To install the SDK, you can use bun, npm, or yarn. Run the following command in your terminal:
33+
To install the SDK, you can use bun, npm, or yarn. Run the following command in your terminal:
3434

35-
#### Using npm
36-
```bash
37-
npm i @cldk/cldk
38-
```
39-
40-
#### Using yarn
41-
```bash
42-
yarn add @cldk/cldk
43-
```
44-
45-
#### Using bun
46-
```bash
47-
bun add @cldk/cldk
48-
```
35+
1. Using npm
36+
```bash
37+
npm i @cldk/cldk
38+
```
39+
40+
2. Using yarn
41+
```bash
42+
yarn add @cldk/cldk
43+
```
44+
45+
3. Using bun
46+
```bash
47+
bun add @cldk/cldk
48+
```
4949

5050
### 🚀 Quickstart
5151

0 commit comments

Comments
 (0)