Stephen Damm преди 6 години
родител
ревизия
52248bf55e
променени са 1 файла, в които са добавени 8 реда и са изтрити 6 реда
  1. 8 6
      README.md

+ 8 - 6
README.md

@@ -3,17 +3,19 @@ A plugin for customizing the in-game song browser.
 
 *This mod works on both the Steam and Oculus Store versions.*
 
+## Features
+- Marking a song as favorite
+- Currently supports these sorting methods:
+  - Default: `authorName` then `songName`.
+  - Favorite: Anything marked favorite followed by the Default method.
+  - Original" an attempt to match the original sorting (broken).
+- Clicking a sorting method will resort the song list immediately.
+
 ## Status
 - Only tested happy paths so far.
 
 ### Known Issues
 - Original sorting method (what you normally get with just SongLoaderPluging) is not working
 
-## Usage
-- This adds three sorting methods to the Song Browser:
-  - Default, this is `authorName` then `songName`.
-  - Favorite, this is anything marked favorite first followed by the default.
-  - Original, an attempt to match the original sorting (broken).
-- To mark a song as a favorite there is a +1/-1 button added to the song detail view.