Skip to content

Commit 0f8d932

Browse files
authored
Update make-a-github-readme.mdx
1 parent 6d5c7b5 commit 0f8d932

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

projects/make-a-github-readme/make-a-github-readme.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ A **README file** is a file in a code repository that tells others about your pr
3131

3232
It is named **README.md** (the **.md** stands for Markdown, a lightweight language to format text).
3333

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.
3535

36-
Let's get started.
36+
Let's get started.
3737

3838
## Making the Profile README
3939

@@ -76,13 +76,9 @@ You can kick off the file with a H1 heading with a single `#`:
7676

7777
Create emphasis in text with:
7878

79-
```markdown
80-
_italicize_
81-
82-
**bold**
83-
84-
~~strikethrough~~
85-
```
79+
- `_italicize_`
80+
- `**bold**`
81+
- `~~strikethrough~~`
8682

8783
### Lists
8884

0 commit comments

Comments
 (0)