From 35ca3c9db0ae0401306a65f79b0fef6c040a87d0 Mon Sep 17 00:00:00 2001 From: Michael Kaplan Date: Tue, 13 Feb 2024 17:35:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e79ec51..e8bb651 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides **example** contracts for how an Avalanche Subnet could **The contracts in this repository are not audited and are not suitable for production use.** ## Contracts -There are 2 primary contracts (`VRFProxy` and `VRFProvider`) that enable the use of VRF on Subnets. There is also `SimpleBettingGame` is included to demostrate possible usage of VRF. +There are 2 primary contracts (`VRFProxy` and `VRFProvider`) that enable the use of VRF on Subnets. This repository also includes a `SimpleBettingGame` contract to demostrate possible usage of VRF.