Skip to content

Commit d49388a

Browse files
Merge pull request #7 from asgardeo/pavinduLakshan-patch-2
2 parents edcd20a + d5c5561 commit d49388a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Contributing to Asgardeo MCP Node.js SDKs
1+
# Contributing to Asgardeo MCP Auth JavaScript SDKs
22

33
This guide walks you through setting up the development environment and other important information for contributing to
4-
Asgardeo MCP Node.js SDKs.
4+
Asgardeo MCP JavaScript SDKs.
55

66
We welcome contributions of all kinds, from bug fixes and documentation improvements to new features.
77

@@ -37,7 +37,7 @@ We welcome contributions of all kinds, from bug fixes and documentation improvem
3737
To build and write code, make sure you have the following set of tools on your local environment:
3838

3939
- [Git](https://git-scm.com/downloads) - Open source distributed version control system.
40-
- [Node.js](https://nodejs.org/en/download/) - JavaScript runtime. (`v16.x or higher`)
40+
- [Node.js](https://nodejs.org/en/download/) - JavaScript runtime. (`v20.x or higher`)
4141
- [pnpm](https://pnpm.io/) - Alternate npm client for faster package installs. (`v8.x or higher`)
4242

4343
## Development Tools
@@ -71,13 +71,13 @@ Sorts JSON objects in alphabetical order.
7171
Replace `<github username>` with your own username.
7272

7373
```shell
74-
git clone https://github.com/<github username>/asgardeo-mcp-node.git
74+
git clone https://github.com/<github username>/mcp-auth-javascript.git
7575
```
7676

7777
3. Set the original repo as the upstream remote.
7878

7979
```shell
80-
git remote add upstream https://github.com/asgardeo/asgardeo-mcp-node.git
80+
git remote add upstream https://github.com/asgardeo/mcp-auth-javascript.git
8181
```
8282

8383
## Setting up the Development Environment

0 commit comments

Comments
 (0)