From 676d371864a034b3121d27a55405624c879e8196 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 17 Nov 2025 13:10:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ecbe9f..ce8cc66 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ value is what we expected. ### Burning -The `mint()` and `numeraiTransfer()` functions have been repurposed from their initial use in order to support native token burns as implemented in OpenZeppelin's [ERC20Burnable](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20Burnable.sol). +The `mint()` and `numeraiTransfer()` functions have been repurposed from their initial use in order to support native token burns as implemented in OpenZeppelin's [ERC20Burnable](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/extensions/ERC20Burnable.sol). _Note: The caller must check the return values of these functions as they return false on failure._