From 2ae84ddf71f744139d5e051282730df05c99438a Mon Sep 17 00:00:00 2001 From: SinTan1729 <35728385+SinTan1729@users.noreply.github.com> Date: Tue, 7 Jun 2022 22:37:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb8db62..84c9d9d 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ I'm learning Rust, so this is just a rewrite of an simple old project in Rust. ### Note -The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/) and processed using Rust. Processing code was really simple, so didn't put it up here. The processing included pre-sorting the each line in `src/wordlist` to create `src/wordlist_sorted` and then compressing both using `xz`. \ No newline at end of file +The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/) and processed using Rust. Processing code was really simple, so didn't put it up here. The processing included pre-sorting every line in `src/wordlist` to create `src/wordlist_sorted` and then compressing both using `xz`.