Skip to content

Fix README typos and remove duplicated section#143

Open
trandaiviethung2001 wants to merge 1 commit into
zigcBenx:masterfrom
trandaiviethung2001:fix/readme-docs-114
Open

Fix README typos and remove duplicated section#143
trandaiviethung2001 wants to merge 1 commit into
zigcBenx:masterfrom
trandaiviethung2001:fix/readme-docs-114

Conversation

@trandaiviethung2001
Copy link
Copy Markdown

Summary

Pass over README.md to address the docs issues flagged in #114. No content changes — only typo, casing, punctuation and de-duplication fixes.

Changes

Typos

  • PreresequisitsPrerequisites
  • recomendedrecommended
  • achiveachieve
  • RecievingReceiving

Wrong filename / wording

  • In configs.iniIn configs/config.ini (the actual filename created in the setup step right above)
  • If no of steps above happen, program will prompt you with question about project_idIf none of the steps above happen, the program will prompt you with a question about \project_id``

Punctuation / casing

  • gh review –-auto_merge used an en-dash () instead of --, so a copy-paste would fail. Now gh review --auto_merge.
  • GitlabGitLab in user-facing prose (matches GitLab's own brand casing and is consistent with the rest of the README).

Structure

  • Removed an empty ## Getting started 🚀 heading that had no content under it.
  • Removed a verbatim duplicate of the entire "Last production deployment" section (heading, intro, code block, configuration sub-section and Note). The section was pasted twice in a row.

Diff size

1 file changed, 9 insertions, 42 deletions — most of the line count is the duplicated section being removed.

Test plan

  • git diff reviewed locally — only README touched, only doc text changed
  • Render the README on GitHub and confirm the layout matches the intent (no missing sections, no broken code blocks)

Refs #114

🤖 Generated with Claude Code

Documentation fixes spotted in README.md:

- Typos: Preresequisits → Prerequisites, recomended → recommended,
  achive → achieve, Recieving → Receiving.
- "configs.ini" → "configs/config.ini" (the actual filename).
- "If no of steps above happen" → "If none of the steps above happen".
- En-dash in `gh review –-auto_merge` replaced with proper `--`.
- "Gitlab" → "GitLab" in user-facing prose.
- Removed the empty "## Getting started 🚀" header that had no content.
- Removed a verbatim duplicate of the entire "Last production
  deployment" section that appeared twice in a row.

No content changes — only typo, casing, punctuation and de-duplication
fixes to the README.

Refs zigcBenx#114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant