mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:37:44 +08:00
Fix typos in READMEs.
This commit is contained in:
parent
f86454aec7
commit
e334bb8f0c
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
### tig-algorithms
|
||||
# tig-algorithms
|
||||
|
||||
A Rust crate that hosts algorithm submissions made by Innovators in TIG.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user