~vam-jam/wpath

faf5b3d65aedc1f5bbc218900291c6911f628e23 — Vamist 1 year, 6 months ago c0dbbab master
[fix] Spelling mistakes
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 1,5 1,5 @@
# Word Path Calculator
Given two valid words and a dictonary, this application will calculate a word path if possible. 
Given two valid words and a dictionary, this application will calculate a word path if possible. 

This should work on Mac, Linux (tested) and Windows.



@@ 30,7 30,7 @@ The length of this word must match the starting word.
You must install rust for your system, you can do so by reading https://www.rust-lang.org/

### Clone the repo
Either clone with your prefered git client or find a directory and run `git clone https://git.sr.ht/~vam-jam/wpath`
Either clone with your preferred git client or find a directory and run `git clone https://git.sr.ht/~vam-jam/wpath`

### Compile & run
Once rust is installed, navigate to the folder you just cloned this repo in and run: