README.md: update The Feature-branching Workflow.

SIMPLICITY_Bug-189_Course_Delete_btn
Hui Lan 2020-03-31 22:11:54 +08:00
parent 42d392a164
commit ce4194e63b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ for both improving code quality and improving team quality.
## The Feature-branching Workflow
We will use the feature-branching workflow for collaboration. The
idea is that make your own branch, work on it, and push this branch to
idea is that you make your own branch, work on it, and push this branch to
the central repo for review.
Check the section **The feature-branching workflow** in the following link for more detail: