From 8b940485de7f4df1105d5c4567900c7e91a2ce3c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Tue, 12 Sep 2023 20:27:01 -0400 Subject: [PATCH] Updated some typos in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index add447d..0fde0df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# APRS +# APEX APRS Library Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/apex`. To experiment with that code, run `bin/console` for an interactive prompt. @@ -41,7 +41,7 @@ bundle install then run the tests with: ```bash -bundle exec rake test +bundle exec rspec ``` ## Contributing -- GitLab