Commit e0f93b2222fcf67a8c113b113d143b1e4cf88df6

Authored by Andrew Kane
1 parent 61673c48

Updated readme [skip ci]

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
README.md
... ... @@ -1977,13 +1977,11 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
1977 1977 - Write, clarify, or fix documentation
1978 1978 - Suggest or add new features
1979 1979  
1980   -If you’re looking for ideas, [try here](https://github.com/ankane/searchkick/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
1981   -
1982   -To get started with development and testing:
  1980 +To get started with development:
1983 1981  
1984 1982 ```sh
1985 1983 git clone https://github.com/ankane/searchkick.git
1986 1984 cd searchkick
1987 1985 bundle install
1988   -rake test
  1986 +bundle exec rake test
1989 1987 ```
... ...