From 64db345afa244dff9098f36ded33d68f2a5fdd3d Mon Sep 17 00:00:00 2001 From: dozens Date: Sun, 29 Nov 2020 11:59:50 -0700 Subject: [PATCH] added words --- oulipo.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/oulipo.json b/oulipo.json index a5b1050..10d720d 100644 --- a/oulipo.json +++ b/oulipo.json @@ -1,4 +1,11 @@ { + "bed": [ + "that spot in which I lay at night" + ], + "keyboard": [ + "typing board", + "typing slab" + ], "hello": [ "hi", "salutations" @@ -8,10 +15,12 @@ ], "me": [ "this human", + "my body", "my avatar" ], "same": [ - "similar" + "similar", + "ditto" ], "different": [ "not similar", @@ -54,5 +63,8 @@ "the": [ "a", "that" + ], + "year": [ + "moons" ] }