Skip to content

Commit

Permalink
docs: nitpick README (denoland#19912)
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 committed Jul 25, 2023
1 parent 8053df2 commit e311e46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
[![Twitter badge][]][Twitter link] [![Discord badge][]][Discord link]
[![YouTube badge][]][Youtube link]
[![YouTube badge][]][YouTube link]

<img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain">

Expand Down Expand Up @@ -81,7 +81,7 @@ Or [setup a simple HTTP server](https://examples.deno.land/http-server):
Deno.serve((_req) => new Response("Hello, World!"));
```

[More examples](https://examples.deno.land/).
[More Examples](https://examples.deno.land)

### Additional Resources

Expand All @@ -96,7 +96,7 @@ Deno.serve((_req) => new Response("Hello, World!"));
- **[deno.land/x](https://deno.land/x)** is the registry for third party
modules.
- **[Blog](https://deno.com/blog)** is where the Deno team shares important
product updates and "how to"s, about solving technical problems.
product updates and how to”s about solving technical problems.

### Contributing

Expand All @@ -105,7 +105,7 @@ We appreciate your help!
To contribute, please read our
[contributing instructions](https://deno.land/manual/contributing).

[Build Status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=main&event=push
[Build status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=main&event=push
[Build status]: https://github.com/denoland/deno/actions
[Twitter badge]: https://img.shields.io/twitter/follow/deno_land.svg?style=social&label=Follow
[Twitter link]: https://twitter.com/intent/follow?screen_name=deno_land
Expand Down

0 comments on commit e311e46

Please sign in to comment.