From c45e0fc043de8318862f8a0927e74dec4354ea2a Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 24 Jun 2025 16:15:28 -0400 Subject: [PATCH] dumb errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d33814..a83dc62 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hackatime! +# Hackatime [![Ping](https://status.hackatime.hackclub.com/api/badge/1/ping)](https://status.hackatime.hackclub.com/status/hackatime) [![Status](https://status.hackatime.hackclub.com/api/badge/1/status)](https://status.hackatime.hackclub.com/status/hackatime) @@ -48,9 +48,9 @@ app# bin/rails c # start an interactive irb! app# bin/rails db:migrate # migrate the database ``` -You can now access the app at http://localhost:3000/ +You can now access the app at -Use email authentication from the homepage with `test@example.com` or create a new user (you can view outgoing emails at http://localhost:3000/letter_opener)! +Use email authentication from the homepage with `test@example.com` or create a new user (you can view outgoing emails at [http://localhost:3000/letter_opener](http://localhost:3000/letter_opener))! Ever need to setup a new database?