Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add this line to your application's Gemfile:
gem "blake3-rb"
```

We provide pre-built binaries most common platforms. This is the preferred way to install this gem since it will be faster and more reliable than compiling from source. Make sure Bundler is configured to use the pre-built binaries by running:
We provide pre-built binaries for most common platforms. This is the preferred way to install this gem since it will be faster and more reliable than compiling from source. Make sure Bundler is configured to use the pre-built binaries by running:

```bash
bundle lock --add-platform x86_64-linux
Expand Down Expand Up @@ -116,7 +116,7 @@ Comparison:

## Testing

First, make sure your development environment is setup:
First, make sure your development environment is set up:

```bash
$ bin/setup
Expand Down