You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/make-a-github-readme/make-a-github-readme.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ A **README file** is a file in a code repository that tells others about your pr
31
31
32
32
It is named **README.md** (the **.md** stands for Markdown, a lightweight language to format text).
33
33
34
-
In this project tutorial, we're going to make a **profile** README – a file that tells others about YOU! It's the first thing that people see on your GitHub. Think of your profile README as an "About Me" on a site.
34
+
In this project tutorial, we're going to make a **profile** README – a file that tells others about YOU! It's the first thing that people see on your GitHub. Think of your profile README as an "About Me" on a website.
35
35
36
-
Let's get started. ✨
36
+
Let's get started.
37
37
38
38
## Making the Profile README
39
39
@@ -76,13 +76,9 @@ You can kick off the file with a H1 heading with a single `#`:
0 commit comments