Skip to content

Commit

Permalink
Merge pull request #40 from virejdasani/patch-1
Browse files Browse the repository at this point in the history
fix minor typos and grammatical errors in `README.md`
  • Loading branch information
Spydr06 authored Oct 4, 2023
2 parents acf5269 + 89e29a4 commit df7cc13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -36,7 +36,7 @@ LogicRs can be downloaded as a prebuilt package from the [releases](https://gith
- `.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
Please refer to [INSTALL.md](./INSTALL.md) for build instructions and information about compatibility

## Documentation

Expand Down

0 comments on commit df7cc13

Please sign in to comment.