From 849afd27e794062633f8db74659996cba5d262ad Mon Sep 17 00:00:00 2001 From: Dan Stone Date: Tue, 25 Feb 2020 11:30:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf707a..4c21116 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We have to give users the ability to search for recipes. We have some text files Example text files: [recipes.zip](https://media.riverford.co.uk/downloads/hiring/sse/recipes.zip) -We would like a program that can provide a search function over these files, each search returning around 10 relevant recipes if possible. +We would like a program that can provide a search function over these files, each search returning a small number (e.g around 1-10) relevant recipes if possible. The text files are of differing sizes, and are encoded as utf-8. New text files are coming in all the time, so we should not assume a static set of recipes.