diff --git a/README.md b/README.md index ca2d14a..53dcc83 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ - Week #3 - - Fix and complete the code in the [Homework1](code/week03/src/Week02/Homework1.hs) module. - - Fix and complete the code in the [Homework2](code/week03/src/Week02/Homework2.hs) module. + - Fix and complete the code in the [Homework1](code/week03/src/Week03/Homework1.hs) module. + - Fix and complete the code in the [Homework2](code/week03/src/Week03/Homework2.hs) module. ## Solutions @@ -61,6 +61,11 @@ - [`Homework1`](code/week02/src/Week02/Solution1.hs) - [`Homework2`](code/week02/src/Week02/Solution2.hs) +- Week #3 + + - [`Homework1`](code/week03/src/Week03/Solution1.hs) + - [`Homework2`](code/week03/src/Week03/Solution2.hs) + ## Some Plutus Modules - [`Plutus.V1.Ledger.Contexts`](https://github.com/input-output-hk/plutus/blob/master/plutus-ledger-api/src/Plutus/V1/Ledger/Contexts.hs), contains the definition of the context-related types.