Skip to content

Commit

Permalink
Fix minor typos and grammatical errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
virejdasani authored Oct 4, 2023
1 parent acf5269 commit 1c8dc62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

</div>

**LogicRs** is an easy-to-use, free and open-source simulator for logical circuits/diagrams written in rust.
**LogicRs** is an easy-to-use, free, and open-source simulator for logical circuits/diagrams written in Rust.

This program is meant for students, who want learn about [boolean algebra](https://en.wikipedia.org/wiki/Boolean_algebra) and visualize their equations as well as for developers simulating and debugging conditional expressions found everywhere in programming.
This program is meant for students, who want to learn about [boolean algebra](https://en.wikipedia.org/wiki/Boolean_algebra) and visualize their equations as well as for developers simulating and debugging conditional expressions found everywhere in programming.

![random screenshot](./assets/random-screenshot.png)

Expand All @@ -35,8 +35,8 @@ LogicRs can be downloaded as a prebuilt package from the [releases](https://gith
- `.AppImage` package (Linux)
- `.zip` portable installation (Windows)

Alternatively, you can download this repository and build LogicRs from source.
Please refer to [INSTALL.md](./INSTALL.md) for build instructions and information about compatability
Alternatively, you can download this repository and build LogicRs from the source.
Please refer to [INSTALL.md](./INSTALL.md) for build instructions and information about compatibility

## Documentation

Expand Down

0 comments on commit 1c8dc62

Please sign in to comment.