diff --git a/README.md b/README.md index f09b29e..b01a8d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ # RustySearch This project is a simple implementation of a search engine in Rust. It uses the BM25 algorithm for ranking documents. +This project is a learning exercise and is not intended for production use. ### Features