Skip to content

Commit 620a980

Browse files
authored
chore: update README.md (#15)
1 parent fab061b commit 620a980

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.changeset/neat-aliens-rest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Analyze Lynx performance traces (`.ptrace` files) to identify bottlenecks in ren
4747
## Installation
4848

4949
```bash
50-
npx skills add lynx-family/skills
50+
npx skills add lynx-community/skills
5151
```
5252

5353
## Contributing
5454

55-
See [CONTRIBUTING.md](https://github.com/lynx-family/skills/blob/main/CONTRIBUTING.md) for development setup, project structure, and guidelines on creating new skills and plugins.
55+
See [CONTRIBUTING.md](https://github.com/lynx-community/skills/blob/main/CONTRIBUTING.md) for development setup, project structure, and guidelines on creating new skills and plugins.
5656

5757
## Credits
5858

packages/tools/perfetto-trace-processor/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"isolatedDeclarations": false,
5+
"rootDir": ".",
56
"outDir": "dist",
67
"noEmit": false,
78
"emitDeclarationOnly": false,

0 commit comments

Comments
 (0)