-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update README.md #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #302
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,9 @@ In this course, you will: | |
|
|
||
| ### How to start this course | ||
|
|
||
| 1. Scroll to the top of the page and click the down arrow next to the Fork button. Then click 'Create a new fork' to fork this repository. | ||
| 2. Right-click **Start course** and open the link in a new tab. | ||
|
Comment on lines
+42
to
+43
|
||
|
|
||
| <!-- For start course, run in JavaScript: | ||
| 'https://github.com/new?' + new URLSearchParams({ | ||
| template_owner: 'skills', | ||
|
|
@@ -52,12 +55,11 @@ In this course, you will: | |
|
|
||
| [](https://github.com/new?template_owner=skills&template_name=communicate-using-markdown&owner=%40me&name=skills-communicate-using-markdown&description=My+clone+repository&visibility=public) | ||
|
|
||
| 1. Right-click **Start course** and open the link in a new tab. | ||
| 2. In the new tab, most of the prompts will automatically fill in for you. | ||
| 3. In the new tab, most of the prompts will automatically fill in for you. | ||
| - For owner, choose your personal account or an organization to host the repository. | ||
| - We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions). | ||
| - Scroll down and click the **Create repository** button at the bottom of the form. | ||
| 3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README. | ||
| 4. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README. | ||
|
|
||
| <footer> | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] This step lacks a period at the end, while step 4 on line 62 ends with a period. For consistency with markdown list formatting, either all steps should end with periods or none should. The existing steps 3 and 4 (lines 58, 62) appear to be sub-items that end with periods, so the new steps should follow the same convention.