diff --git a/README.md b/README.md index 662095b..a53adb7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains the implementation of The Innovation Game (TIG). * [tig-api](./tig-api/README.md) - A Rust crate for making requests to TIG's API * [tig-benchmarker](./tig-benchmarker/README.md) - A Rust crate that implements a Benchmarker for TIG that can run in the browser * [tig-challenges](./tig-challenges/README.md) - A Rust crate that contains the implementation of TIG's challenges (computational problems adapted for proof-of-work) -* [tig-protocol](./tig-protocl/README.md) - A Rust crate that contains the implementation of TIG's core protocol logic. +* [tig-protocol](./tig-protocol/README.md) - A Rust crate that contains the implementation of TIG's core protocol logic. * [tig-structs](./tig-structs/README.md) - A Rust crate that contains the definitions of structs used throughout TIG * [tig-token](./tig-token/README.md) - Solidity contract for TIG's ERC20 token that is deployed on Ethereum L2 Base chain * [tig-utils](./tig-utils/README.md) - A Rust crate that contains utility functions used throughout TIG diff --git a/tig-algorithms/README.md b/tig-algorithms/README.md index d6288e6..831c7a4 100644 --- a/tig-algorithms/README.md +++ b/tig-algorithms/README.md @@ -1,4 +1,4 @@ -### tig-algorithms +# tig-algorithms A Rust crate that hosts algorithm submissions made by Innovators in TIG.