From ff56065044ba643aa2059dd27f764a74a884f171 Mon Sep 17 00:00:00 2001 From: Hardhat Chad <155858888+HardhatChad@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:47:54 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7dd1bf1..8979062 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ ## API - [`Consts`](api/src/consts.rs) – Program constants. -- [`Entrypoint`](api/src/lib.rs) – The program entrypoint. - [`Error`](api/src/error.rs) – Custom program errors. - [`Event`](api/src/error.rs) – Custom program events. - [`Instruction`](api/src/instruction.rs) – Declared instructions and arguments.