From d7f9d06a06f4ecee3812549422d6d2dc96d183a6 Mon Sep 17 00:00:00 2001 From: Marco Peyfuss Date: Wed, 9 Nov 2022 15:18:01 -0700 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd0f965..f9a23d0 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Theoretically, this modifier could be applied to other functions, but we HIGHLY To implement the `BlockList.sol` contract, please make sure to add a function to the inheriting contract that can call the internal `_setBlockListStatus` function. ## License -This code is copyright Transient Labs, Inc 2022 and is licensed under the Apache-2.0 license. The name "Story Contract" is also copyrighted by Transient Labs, Inc. \ No newline at end of file +This code is copyright Transient Labs, Inc 2022 and is licensed under the Apache-2.0 license. The name "BlockList" is also copyrighted by Transient Labs, Inc. \ No newline at end of file