docs: fix README wording #28

Open
Mengz wants to merge 1 commits from Mengz/SoftwareEngineeringCase:codex/fix-readme-typos into master
First-time contributor

Summary

  • Fix a README typo from ???? to ???? in the course practice description.
  • Normalize Pull Request and Fork spacing for clearer wording.

Validation

  • git diff --check
  • rg -n "Pull Request|??|Fork ???" README.md
## Summary - Fix a README typo from ???? to ???? in the course practice description. - Normalize Pull Request and Fork spacing for clearer wording. ## Validation - git diff --check - rg -n "Pull Request|??|Fork ???" README.md
Mengz added 1 commit 2026-05-27 17:05:36 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Mengz-codex/fix-readme-typos master
git pull codex/fix-readme-typos

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Mengz-codex/fix-readme-typos
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wangtao/SoftwareEngineeringCase#28
No description provided.