From 621fc0fe99842a0f97cafb5c3b383a4307e3f405 Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 28 Sep 2023 16:58:08 -0300 Subject: [PATCH] Fix warning format in the readme (#4634) (cherry picked from commit dee645e914c54bd5ede06a7c75c189d6fbb32694) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53c29e5f88f..549891e3f6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> **Note** +> [!NOTE] > Version 5.0 is currently in release candidate period. Bug bounty rewards are boosted 50% until the release. > [See more details on Immunefi.](https://immunefi.com/bounty/openzeppelin/) @@ -35,9 +35,11 @@ $ npm install @openzeppelin/contracts #### Foundry (git) -> **Warning** When installing via git, it is a common error to use the `master` branch. This is a development branch that should be avoided in favor of tagged releases. The release process involves security measures that the `master` branch does not guarantee. +> [!WARNING] +> When installing via git, it is a common error to use the `master` branch. This is a development branch that should be avoided in favor of tagged releases. The release process involves security measures that the `master` branch does not guarantee. -> **Warning** Foundry installs the latest version initially, but subsequent `forge update` commands will use the `master` branch. +> [!WARNING] +> Foundry installs the latest version initially, but subsequent `forge update` commands will use the `master` branch. ``` $ forge install OpenZeppelin/openzeppelin-contracts