From 24b52d31db2813f3600d49b0b786ba45f69cea1a Mon Sep 17 00:00:00 2001 From: Robert Fink Date: Fri, 21 Feb 2025 16:20:55 -0500 Subject: [PATCH] disclaimer in the readme --- javascriptapp/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/javascriptapp/README.md b/javascriptapp/README.md index b6854b1..fc075f2 100644 --- a/javascriptapp/README.md +++ b/javascriptapp/README.md @@ -1,3 +1,7 @@ +Note to the reader. This example project was 95% constructed by AI as a test to determine viablity on small projects. Code, testing, GA workflow, even the rest of this readme. + +--- + # Weather App Example A simple weather application that displays current weather conditions for any city using the OpenWeather API.