Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiq007 committed Dec 17, 2023
1 parent 8bd503d commit 73b4e19
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,25 @@
Modern and declarative backend development framework for Deno.
</p>
<h4>
<a href="https://entropy.deno.dev" target="_blank">Website</a>
<a href="https://entropy.deno.dev" target="_blank">Documentation</a>
<span> · </span>
<a href="https://entropy.deno.dev/docs" target="_blank">Docs</a>
<a href="https://deno.land/x/entropy/mod.ts" target="_blank">API Reference</a>
<span> · </span>
<a href="https://github.com/entropy-deno/cli" target="_blank">Repository</a>
<span> · </span>
<a href="https://deno.land/x/entropy/mod.ts" target="_blank">API Reference</a>
<span> · </span>
<a href="https://entropy.deno.dev/docs/more/contributing" target="_blank">Contributing</a>
</h4>
<br>
<a href="https://deno.land/x/entropy_cli" target="_blank">
<img src="https://shield.deno.dev/deno/%5E1.38.0" alt="Required Deno version">
<img src="https://shield.deno.dev/deno/%5E1.39.0" alt="Required Deno version">
&nbsp;
<img src="https://shield.deno.dev/x/entropy_cli" alt="Latest Entropy CLI version">
</a>
<br>
</div>

## Table of contents
### Table of Contents

- [Table of contents](#table-of-contents)
- [Introducing Entropy](#introducing-entropy)
- [Requirements](#requirements)
- [Security](#security)
Expand All @@ -49,7 +46,7 @@ applications with awesome developer experience.

To run Entropy, your environment has to meet following requirements:

- Deno 1.38.0+
- Deno 1.39.0+

We recommend to always have the latest version of Deno installed. To update
Deno, run the following command:
Expand Down

0 comments on commit 73b4e19

Please sign in to comment.