Skip to content

Commit

Permalink
Merge pull request #126 from sandbergja/patch-1
Browse files Browse the repository at this point in the history
Correct typo in README
  • Loading branch information
matsadler authored Dec 3, 2024
2 parents faad142 + f077d9a commit 57d128c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ require "rb_sys/mkmf"
create_rust_makefile("my_example_gem/my_example_gem")
```

See the [`rust_blank`] example for examples if `extconf.rb` and `Rakefile`.
See the [`rust_blank`] example for examples of `extconf.rb` and `Rakefile`.
Running `rake compile` will place the extension at
`lib/my_example_gem/my_example_gem.so` (or `.bundle` on macOS), which you'd
load from Ruby like so:
Expand Down

0 comments on commit 57d128c

Please sign in to comment.