Skip to content

Commit 575e1a0

Browse files
committed
Update readme and remove unncessary package
1 parent 94307c0 commit 575e1a0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

samples/microsoft/javascript/mslearn-resources/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Rename env.template to .env
44

5-
Rename `env.template` to `.env` and fill in the values based on your AI Foundry project.
5+
Rename `env.template` to `.env` and fill in the endpoint values based on your AI Foundry project.
66

77
## Install dependencies
88

samples/microsoft/javascript/mslearn-resources/quickstart/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"type": "module",
1616
"main": "src/quickstart.js",
1717
"scripts": {
18-
"start": "node src/quickstart.js",
19-
"create-project": "node src/create-project.js"
18+
"start": "node src/quickstart.js"
2019
},
2120
"dependencies": {
2221
"@azure/ai-agents": "^1.0.0-alpha.20250505.3",

0 commit comments

Comments
 (0)