-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4930ab
commit e8ee5c3
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div align="center"> | ||
<br> | ||
<img src="./.github/assets/logo_full.png" height="70" alt="Logo"> | ||
<img src="./.github/assets/logo_full.png" height="68" alt="Logo"> | ||
<br> | ||
<br> | ||
<br> | ||
|
@@ -47,9 +47,10 @@ applications with awesome developer experience. | |
|
||
To run Entropy, your environment has to meet following requirements: | ||
|
||
- Deno 1.40.0+ | ||
- Deno ^1.40.0 | ||
|
||
We recommend to always have the latest version of Deno installed. To update | ||
> [!TIP] | ||
It is a good practice to always have the latest version of Deno installed. To update | ||
Deno, run the following command: | ||
|
||
```shell | ||
|
@@ -62,7 +63,7 @@ sudo deno upgrade | |
## Security | ||
|
||
> [!IMPORTANT] | ||
If you discovered any bug, please open new issue / pull request in the | ||
If you discovered any bug, please open a new issue or pull request in the | ||
[repository](https://github.com/entropy-deno/core) or email me: | ||
[email protected]. In case of security vulnerability, please contact | ||
[me](https://github.com/dominiq007) directly. | ||
|