diff --git a/README.md b/README.md index b54f85f6..3e6025ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository contains the implementation of The Innovation Game (TIG). * [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 -* [tig-wasm](./tig-benchmarker/README.md) - A Rust crate for wrapping algorithm submissions for compilation into WASM with an exported `entry_point` +* [tig-wasm](./tig-wasm/README.md) - A Rust crate for wrapping algorithm submissions for compilation into WASM with an exported `entry_point` * [tig-worker](./tig-worker/README.md) - A Rust crate for verifying and computing solutions ## License diff --git a/docs/agreements/game_rules.pdf b/docs/agreements/game_rules.pdf index 0361b544..38f39719 100644 Binary files a/docs/agreements/game_rules.pdf and b/docs/agreements/game_rules.pdf differ diff --git a/docs/agreements/game_terms.pdf b/docs/agreements/game_terms.pdf index e4800f91..3c5a9254 100644 Binary files a/docs/agreements/game_terms.pdf and b/docs/agreements/game_terms.pdf differ diff --git a/docs/licenses/inbound_license.pdf b/docs/licenses/inbound_license.pdf index 8ba6dd80..59a1a334 100644 Binary files a/docs/licenses/inbound_license.pdf and b/docs/licenses/inbound_license.pdf differ diff --git a/docs/licenses/open_data_license.pdf b/docs/licenses/open_data_license.pdf index e9f27a2e..faa4ed63 100644 Binary files a/docs/licenses/open_data_license.pdf and b/docs/licenses/open_data_license.pdf differ diff --git a/docs/whitepaper.pdf b/docs/whitepaper.pdf index bd7ede24..b460f409 100644 Binary files a/docs/whitepaper.pdf and b/docs/whitepaper.pdf differ