diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md index a07783f4af0..d1e2fa40a72 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -20,8 +20,8 @@ Build bindings: rake compile ``` -Run some tests: +Run tests: ```shell -rake test +rake spec ```