Skip to content

Commit 7cba263

Browse files
Merge pull request #108 from foutoucour/patch-1
documentation: Update README.md: missing version in the apm.yml example
2 parents 8d93a90 + 5169fb2 commit 7cba263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ AI coding agents need context to be useful: what standards to follow, what promp
2222
```yaml
2323
# apm.yml — ships with your project, like package.json
2424
name: your project
25+
version: 1.0.0
2526
dependencies:
2627
apm:
2728
# Skills from any repository
@@ -44,7 +45,7 @@ apm install
4445

4546
**That's it.** Copilot, Claude, Cursor — every agent is configured with the right skills, prompts, and coding standards.
4647

47-
[View the full example project](https://github.com/microsoft/apm-project-sample)
48+
[View the full example project](https://github.com/microsoft/apm-sample-package)
4849

4950
## Not Just Skills
5051

0 commit comments

Comments
 (0)