Skip to content

Commit c198f14

Browse files
Fix typos in README.md for StackSync
1 parent 7f2ebcd commit c198f14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Automatically detect the tech stack of any project and generate structured output (JSON, Markdown, or badges).
66
Designed for portfolios, READMEs, dashboards, and CI automation.
77

8-
**Stack Sync** scans a repository (dependencies + file structure), normalizes detected technologies into categories, and maps them to logos with sensible fallbacks.
8+
**StackSync** scans a repository (dependencies + file structure), normalizes detected technologies into categories, and maps them to logos with sensible fallbacks.
99

1010
---
1111

@@ -73,7 +73,7 @@ npx stacksync --ignore lodash,moment
7373

7474
## Output
7575

76-
Stack Sync produces normalized metadata grouped by category and enriched with logo information.
76+
StackSync produces normalized metadata grouped by category and enriched with logo information.
7777

7878
Example JSON output:
7979

@@ -100,7 +100,7 @@ Anything without a known logo still renders cleanly using category defaults (e.g
100100

101101
## Configuration
102102

103-
Stack Sync uses **cosmiconfig**. Create one of:
103+
StackSync uses **cosmiconfig**. Create one of:
104104

105105
* `.stacksyncrc`
106106
* `.stacksyncrc.json`
@@ -132,7 +132,7 @@ Stack Sync uses **cosmiconfig**. Create one of:
132132

133133
## Logo resolution
134134

135-
Stack Sync resolves logos in the following order:
135+
StackSync resolves logos in the following order:
136136

137137
1. Built-in curated registry
138138
2. Known aliases (e.g. `next-auth`**Auth.js**)
@@ -145,7 +145,7 @@ This guarantees usable output even when a logo is missing.
145145

146146
## GitHub Actions (optional)
147147

148-
Use Stack Sync in CI to keep stack metadata up to date:
148+
Use StackSync in CI to keep stack metadata up to date:
149149

150150
```yaml
151151
name: stacksync
@@ -166,7 +166,7 @@ jobs:
166166

167167
---
168168

169-
## What Stack Sync does *not* do
169+
## What StackSync does *not* do
170170

171171
* ❌ It does not execute or analyze runtime code
172172
* ❌ It does not attempt to infer architectural quality

0 commit comments

Comments
 (0)