From d17187f4ec1270b779dae9290c895d314a60506f Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 8 Dec 2022 00:19:46 -0600 Subject: [PATCH] scrapple --- README.md | 2 +- fly.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed0126d..910b6ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Sample site for web scraping practice. -Visit https://yoyodyne-propulsion.fly.dev/ to see the site. +Visit https://scrapple.fly.dev/ to see the site. diff --git a/fly.toml b/fly.toml index 74eb27f..81b806f 100644 --- a/fly.toml +++ b/fly.toml @@ -1,6 +1,6 @@ -# fly.toml file generated for parks-www on 2022-12-07T17:27:00-06:00 +# fly.toml file generated for scrapple on 2022-12-08T00:19:14-06:00 -app = "parks-www" +app = "scrapple" kill_signal = "SIGINT" kill_timeout = 5 processes = []