diff --git a/README.md b/README.md index 7f0a88b8..07ab25c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ORE is a crypto mining protocol. ## API - [`Consts`](api/src/consts.rs) – Program constants. - [`Error`](api/src/error.rs) – Custom program errors. -- [`Event`](api/src/error.rs) – Custom program events. +- [`Event`](api/src/event.rs) – Custom program events. - [`Instruction`](api/src/instruction.rs) – Declared instructions and arguments. ## Instructions