From fe2a585ba5c4f54767cb4e18d9ae7d413fb90907 Mon Sep 17 00:00:00 2001 From: dbaser <63173073+presentformyfriends@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:19:13 -0500 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7aeba5..37fd1b5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Deploy this Ruby on Rails application easily with [Northflank](https://www.north ## About Rails [Ruby on Rails](https://rubyonrails.org/), or Rails, is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller framework, providing default structures for a database, a web service, and web pages. -This example project was boostrapped using Rails version 6.1.1 running on Ruby version 3.0.0. +This example project was bootstrapped using Rails version 6.1.1 running on Ruby version 3.0.0. ## Quick start 🚀