From 57aa47a8ab3bbab817da390dfb7a247190eb570f Mon Sep 17 00:00:00 2001 From: David Stenglein Date: Tue, 5 Dec 2023 11:20:59 -0500 Subject: [PATCH] Update Quickstart.md Fixed dashed to underscores in name of browser export script. --- Quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Quickstart.md b/Quickstart.md index df327fb..5442558 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -32,9 +32,9 @@ Follow the links here to find instructions for exporting a list of URLs from eac - [Safari Bookmarks](http://i.imgur.com/AtcvUZA.png) - [Opera Bookmarks](http://help.opera.com/Windows/12.10/en/importexport.html) - [Internet Explorer Bookmarks](https://support.microsoft.com/en-us/help/211089/how-to-import-and-export-the-internet-explorer-favorites-folder-to-a-32-bit-version-of-windows) - - Chrome History: `./bin/export-browser-history.sh --chrome` - - Firefox History: `./bin/export-browser-history.sh --firefox` - - Safari History: `./bin/export-browser-history.sh --safari` + - Chrome History: `./bin/export_browser_history.sh --chrome` + - Firefox History: `./bin/export_browser_history.sh --firefox` + - Safari History: `./bin/export_browser_history.sh --safari` - Other File or URL: (e.g. RSS feed url, text file path) pass as second argument in the next step (If any of these links are broken, please submit an issue and I'll fix it)