Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
karip committed Mar 27, 2024
1 parent 5cb8906 commit 0a73f5b
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 @@ -14,7 +14,7 @@ The [rust.yml](.github/workflows/rust.yml) file shows how the action is configur

## Running the example

The library can be seen in action by running a simple Rust example to print out
The library can be seen in action by running the example to print out
platform CPU architecture, endianness and pointer width (`usize::BITS`).

> cargo run --example platform-info
Expand All @@ -24,7 +24,7 @@ platform CPU architecture, endianness and pointer width (`usize::BITS`).

## Manual testing

The application includes few tests, which also print out the platform info.
The library includes few tests, which also print out the platform info.
Here's how to run the tests manually on different platforms.

### 64-bit little-endian x86_64
Expand Down

0 comments on commit 0a73f5b

Please sign in to comment.