Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan authored May 10, 2024
1 parent 300f65a commit 8377062
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 @@ -34,7 +34,7 @@ four-bar
four-bar FILE_PATH1 FILE_PATH2
```

Some platforms require additional dependencies as listed below. If your platform have no pre-compiled binary, you need to build from source.
Some platforms require additional dependencies as listed below. If your platform has no pre-compiled binary, you need to build from the source.

### Windows

Expand All @@ -46,15 +46,15 @@ The executable requires support for Visual C++. You can refer to the [Visual C++

### NetBSD

On NetBSD a pre-compiled binary is available from the official repositories, to install it simply run:
In NetBSD, a pre-compiled binary is available from the official repositories. To install it simply run the following command:

```bash
pkgin install four-bar-rs
```

## Build from Source

In Linux, you need to install some library for GUI.
In Linux, you need to install some libraries for GUI.

This is an example for `apt`, please see <https://github.com/emilk/egui#demo>.

Expand Down Expand Up @@ -89,7 +89,7 @@ The application package will be deployed in the `dist` directory.

## File Format

Four🍀bar uses a custom file format to store the linkage data. The file is a plain text file of [RON](https://github.com/ron-rs/ron) syntax.
Four🍀bar uses a custom file format to store the linkage data. The file is a plain text of [RON](https://github.com/ron-rs/ron) syntax.

### Synthesis Target Format

Expand Down

0 comments on commit 8377062

Please sign in to comment.