From 2dbba82696f94d98826ee052a71a53fb1c5f249b Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 23 Jan 2022 18:43:32 +0800 Subject: [PATCH] readme [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2de7a..8e3faf7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vue Wordle -A Vue implementation of the [Wordle game](https://www.powerlanguage.co.uk/wordle/). This repository is open sourced for learning purposes only - the original creator(s) of Wordle own all applicable rights to the game itself. +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. + +This repository is open sourced for learning purposes only - the original creator(s) of Wordle own all applicable rights to the game itself. [Live demo](https://vue-wordle.netlify.app/)