From 272e0285acc0866d5401f2138f9c0c88a8954913 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Sun, 12 Jan 2025 14:15:16 -0700 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f743ae9..1bed719 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A web application for displaying information from various APIs on digital signag 1) `bundle install` 2) Copy `.config.yml`from a friend. -4) `rails s` -5) Visit [http://localhost:3000](http://localhost:3000) +3) `rails s` +4) Visit [http://localhost:3000](http://localhost:3000) ### Testing