Skip to content

Commit 45954af

Browse files
authored
Update README.md
1 parent d355a7a commit 45954af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ graph TD
3434
BUILD["⚙️ Taskfile<br/><small>Build Interface</small>"]
3535
3636
%% Audience Groups
37-
USERS["👤 Service Users<br/><small>End Users</small>"]
37+
CONSUMERS["👤 Service Users<br/><small>End Users</small>"]
3838
CONTRIBUTORS["🧑‍💻 Contributors<br/><small>Developers</small>"]
3939
OPERATORS["🛠️ Operators<br/><small>DevOps/SRE</small>"]
4040
AI_AGENTS["🤖 AI Agents<br/><small>Copilot/ChatGPT</small>"]
@@ -48,7 +48,7 @@ graph TD
4848
BUILD -.-> CODEBASE
4949
5050
%% Connections: Audiences to Interfaces
51-
USERS ==> README
51+
CONSUMERS ==> README
5252
CONTRIBUTORS ==> CONTRIBUTING
5353
OPERATORS ==> RUNBOOK
5454
AI_AGENTS ==> AGENTS
@@ -61,7 +61,7 @@ graph TD
6161
6262
class CODEBASE codebase
6363
class README,CONTRIBUTING,RUNBOOK,AGENTS,BUILD interface
64-
class USERS,CONTRIBUTORS,OPERATORS,AI_AGENTS,BUILD_AGENTS audience
64+
class CONSUMERS,CONTRIBUTORS,OPERATORS,AI_AGENTS,BUILD_AGENTS audience
6565
```
6666

6767
## Support

0 commit comments

Comments
 (0)