Skip to content

Commit fb6e772

Browse files
committed
Update README.md
1 parent f2fd0e5 commit fb6e772

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,26 @@ open http://localhost:8080/
4848
> [!NOTE]
4949
> Please bear with us while we add more examples!
5050
51-
### Use the SDK in your project
51+
### Using the SDK in your project
5252

53-
This repo is in flux and isn't published to npm (when it is, it will use the `@modelcontextprotocol/ext-apps` package). In the meantime you can depend on the SDK library in a Node.js project by installing it w/ its git URL:
53+
This repo is in flux and isn't published to npm yet: when it is, it will use the `@modelcontextprotocol/ext-apps` package.
54+
55+
In the meantime you can depend on the SDK library in a Node.js project by installing it w/ its git URL:
5456

5557
```bash
56-
npm install git+https://github.com/modelcontextprotocol/ext-apps.git
58+
npm install -S git+https://github.com/modelcontextprotocol/ext-apps.git
59+
```
60+
61+
Your `package.json` will then look like:
62+
63+
```json
64+
{
65+
...
66+
"dependencies": {
67+
...
68+
"@modelcontextprotocol/ext-apps": "git+https://github.com/modelcontextprotocol/ext-apps.git"
69+
}
70+
}
5771
```
5872

5973
### Build tools in dependencies

0 commit comments

Comments
 (0)