From abaafe366f5518587d8dcf9ffd72b8d2b32e75ae Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 24 Jan 2022 23:28:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1460e49..7e1159b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A Vue implementation of the [Wordle game](https://www.powerlanguage.co.uk/wordle/). This is just for fun and doesn't aim to 100% replicate the original. -You can make your own Wordle and send it to friends by base64-encoding a word and include it as the URL query, e.g. https://vue-wordle.netlify.app/?dnVlanM= (this will also allow words that are not in the dictionary.) +You can make your own Wordle and send it to friends by base64-encoding a word and include it as the URL query, e.g. https://vue-wordle.netlify.app/?YmxpbXA= (this will also allow words that are not in the dictionary.) This repository is open sourced for learning purposes only - the original creator(s) of Wordle own all applicable rights to the game itself.