diff --git a/data/data.json b/data/data.json index 2fa39eb..61d233d 100644 --- a/data/data.json +++ b/data/data.json @@ -217,11 +217,6 @@ "book": "Little Women", "author": "Louisa May Alcott" }, - { - "line": "It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to.", - "book": "The Lord of the Rings", - "author": "J.R.R. Tolkien" - }, { "line": "There are years that ask questions and years that answer.", "book": "Their Eyes Were Watching God", @@ -241,5 +236,10 @@ "line": "Whatever our souls are made of, his and mine are the same.", "book": "Wuthering Heights", "author": "Emily Brontë" - } + }, + { + "line": "It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to.", + "book": "The Lord of the Rings", + "author": "J.R.R. Tolkien" + } ] diff --git a/data/inspire.json b/data/inspire.json index fd8ffdc..b94d18e 100644 --- a/data/inspire.json +++ b/data/inspire.json @@ -19,5 +19,10 @@ "line": "All we have to decide is what to do with the time that is given to us.", "book": "The Fellowship of the Ring", "author": "J.R.R Tolkien" + }, + { + "line": "It is better to be hated for what you are than to be loved for what you are not.", + "book": "Autumn Leaves", + "author": "André Gide" } ]