From 7f8a01ce325423a94d1c9a8843fcd8cee8aa005e Mon Sep 17 00:00:00 2001 From: Kat Brandt Date: Fri, 20 Sep 2024 10:13:54 -0600 Subject: [PATCH] Update api flag --- module3/projects/sweater_weather/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/projects/sweater_weather/requirements.md b/module3/projects/sweater_weather/requirements.md index 7a47ad6a..675358db 100644 --- a/module3/projects/sweater_weather/requirements.md +++ b/module3/projects/sweater_weather/requirements.md @@ -5,7 +5,7 @@ title: Whether, Sweater? Project Requirements _[Back to Sweater Weather Home](./index)_ # Important Note about Getting Started -1. This project is an API based application. __Use__ the `rails new --api and other flags (-t -d=postgresql)` when creating your application. _Doing `rails new` which includes views, etc is NOT a correct project structure._ +1. This project is an API based application. __Use__ the `rails new --api and other flags (-T -d=postgresql)` when creating your application. _Doing `rails new` which includes views, etc is NOT a correct project structure._ 2. We would like to see a README file included in your project that outlines the learning goals, how someone can clone and set up your application and where they can get their own API keys, and happy path endpoint use.