Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry authored Jun 17, 2019
1 parent 7a1e97f commit 239d44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ file. For example
This is a *markdown* document with a code block:

```ts
<!-- example.ts -->
// example.ts
```

Next, run the following
Expand All @@ -29,7 +29,7 @@ Et voilà! Your README.md file will be updated with the content of your source f
This is a *markdown* document with a code block:

```ts
<!-- example.ts -->
// example.ts
export function hello(name: string): string {
return `Hello ${name}!, how are you today?`;
}
Expand Down

0 comments on commit 239d44a

Please sign in to comment.