diff --git a/README.md b/README.md index 64a780a..2ba2baa 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ Frontend is just a bunch of boilerplate code to power the RecyclerView behind it. The only "original" part are layout strategies -- objects that determine in what order the playables will be shown, based on their metadata. +At the moment, the only layout strategy implemented is lexicographic sorting by +the shown name. + Planned Features ====