From d1eab0a69c34cfa145b53f7a320e49cd0ea4b4e3 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Thu, 14 Jan 2021 03:08:44 +0100 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c34d79..69fa5e2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ An implementation of Mozilla's [Frecency algorithm](https://developer.mozilla.or ## Frecency: sorting by "frequency" and "recency" Frecency is a score given to each unique file loaded into a Neovim buffer. -On each load a timestamp is recorded to a database. The score is calculated using the age of the 10 most recent timestamps and the total amount of times the file has been loaded: + +A timestamp is recorded to a database on each file load. + +The score is calculated using the age of the 10 most recent timestamps and the total amount of times the file has been loaded: ### Recency values (per timestamp)