From d5b43505eb9c491370c54dd68703ef2de3a7a4e9 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Wed, 4 Mar 2026 00:27:53 +0100 Subject: [PATCH] docs: Add VikalpP to contributors list for PR #7 --- .cspell.json | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 79d8add..b958aab 100644 --- a/.cspell.json +++ b/.cspell.json @@ -212,7 +212,8 @@ "anthropics", "worktree", "worktrees", - "dontAsk" + "dontAsk", + "VikalpP" ], "ignoreWords": [ "luongnv89", diff --git a/README.md b/README.md index 4307898..ddee43c 100644 --- a/README.md +++ b/README.md @@ -929,6 +929,7 @@ Thanks to everyone who has contributed to this project! | Contributor | PRs | |-------------|-----| | [wjhrdy](https://github.com/wjhrdy) | [#1 - add a tool to create an epub](https://github.com/luongnv89/claude-howto/pull/1) | +| [VikalpP](https://github.com/VikalpP) | [#7 - fix(docs): Use tilde fences for nested code blocks in concepts guide](https://github.com/luongnv89/claude-howto/pull/7) | ---