Fix typos in READMEs.

This commit is contained in:
FiveMovesAhead 2024-05-13 16:19:53 +08:00
parent f86454aec7
commit e334bb8f0c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
### tig-algorithms
# tig-algorithms
A Rust crate that hosts algorithm submissions made by Innovators in TIG.