first draft of the README file

changed file extensions of bookmark and config file
This commit is contained in:
2025-01-22 23:04:36 +01:00
parent 9a3756f552
commit f5d1dfa485
3 changed files with 66 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub struct Bookmarks {
}
impl Bookmarks {
const BOOKMARK_FILE_PATH: &str = "navigate/bookmarks.conf";
const BOOKMARK_FILE_PATH: &str = "navigate/bookmarks";
/// generates and populates a new instance of Config
pub fn new() -> Result<Self> {