Skip to content

Commit

Permalink
docs: fix readme typos (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Supercip971 committed Jun 20, 2024
1 parent a15fd7c commit 45bb4b8
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 @@ -62,7 +62,7 @@ We also support text mode (in development):

### Installation

Install latest nightly version by `cargo install --git https://github.com/mitex-rs/mitex mitex-cli`.
Install the latest nightly version by `cargo install --git https://github.com/mitex-rs/mitex mitex-cli`.

### Usage

Expand Down Expand Up @@ -130,7 +130,7 @@ Currently, MiTeX maintains following three parts of code:

- A TeX parser library written in **Rust**, see [mitex-lexer](https://github.com/mitex-rs/mitex/tree/main/crates/mitex-lexer) and [mitex-parser](https://github.com/mitex-rs/mitex/tree/main/crates/mitex-parser).
- A TeX to Typst converter library written in **Rust**, see [mitex](https://github.com/mitex-rs/mitex/tree/main/crates/mitex).
- A list of TeX packages and comamnds written in **Typst**, which then used by the typst package, see [MiTeX Command Specification](https://github.com/mitex-rs/mitex/tree/main/packages/mitex/specs).
- A list of TeX packages and commands written in **Typst**, which then used by the typst package, see [MiTeX Command Specification](https://github.com/mitex-rs/mitex/tree/main/packages/mitex/specs).

For a translation process, for example, we have:

Expand Down

0 comments on commit 45bb4b8

Please sign in to comment.