From bc02787c55baeb081df879f76ed38935d5256d05 Mon Sep 17 00:00:00 2001
From: "Timothy J. Warren" <timw4mail@git.timshomepage.net>
Date: Mon, 7 Jan 2019 14:28:04 -0500
Subject: [PATCH] Update page 'collection'

---
 collection.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collection.md b/collection.md
index 64d9ab5..2b8f522 100644
--- a/collection.md
+++ b/collection.md
@@ -27,7 +27,7 @@ environments:
     default_database: production
     production:
         adapter: sqlite
-        name: ./anime_collection.sqlite
+        name: ./anime_collection # Will create anime_collection.sqlite3 file
 
 ```