Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Feb 1, 2025
1 parent 45256bd commit 5b83ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UCI chess engine written in Rust, the successor of [Proxima b](https://github.co
## Releases
| Version | Release date | Elo | Main changes |
|---------------------------------------------------------------|--------------|------|--------------|
| [1.6.0](https://github.com/Tearth/Inanis/releases/tag/v1.6.0) | 01-02-2025 | 3100 | More evaluation features and improved time management |
| [1.6.0](https://github.com/Tearth/Inanis/releases/tag/v1.6.0) | 01-02-2025 | 3100 | More evaluation features, improved time management |
| [1.5.0](https://github.com/Tearth/Inanis/releases/tag/v1.5.0) | 01-11-2024 | 3000 | Aspiration windows, improved performance and multithreading |
| [1.4.0](https://github.com/Tearth/Inanis/releases/tag/v1.4.0) | 03-08-2024 | 2950 | Check extensions, relative PST, countermove heuristic |
| [1.3.0](https://github.com/Tearth/Inanis/releases/tag/v1.3.0) | 14-06-2024 | 2900 | Gradient descent tuner, improved SEE and evaluation |
Expand Down Expand Up @@ -111,7 +111,7 @@ Because Inanis is a pet project, pull requests are not currently accepted - this

## Commands

All commands listed below can be executed both in interactive mode and directly from a command line, on example `inanis.exe perft 5`. Entries marked by [DEV] are available only when the engine is compiled with `dev` feature.
All commands listed below can be executed both in interactive mode and directly from a command line, on example `inanis.exe perft 5`. Entries marked as [DEV] are available only when the engine is compiled with `dev` feature.

```
=== General ===
Expand Down

0 comments on commit 5b83ebe

Please sign in to comment.