diff --git a/README.md b/README.md index f39fd1f..a5f1021 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ wiki-depth ========== -A multithreaded-Python script that finds the minimum number of links between two Wikipedia articles. It's powered by +A multithreaded-Python script that finds the shortest path between two Wikipedia articles. It's powered by Goldsmith's Python-wrapped Wikipedia API and written using Python 2.7. I wanted to experiment with the Wikipedia API in a meaningful way, however this is a quick project that I don't have any intention of expanding or maintaining.