bunkat / wordfind

A small javascript library for generating and solving word find (also known as word search) puzzles.
MIT License
196 stars 111 forks source link

Restore original README #13

Open Lucas-C opened 6 years ago

Lucas-C commented 6 years ago

Hi.

Because I made the mistake of adding some extra commits on my fork branch used in PR #12 before you merged it, your original README has been replaced by mine :(

Sorry about that. Restoring the previous version should only be a matter of: git reset --hard HEAD^^^^^^ README.md

My name has also been added index.html: feel free to remove it.

ctrlaltdev commented 6 years ago

git checkout HEAD~1 -- Readme.md