From e4e96323522b93993d4cca35a1d6d1f06e4409b4 Mon Sep 17 00:00:00 2001 From: Xjph Date: Sun, 6 Jun 2021 18:53:12 -0230 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce4576..d195f25 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Observatory Core differs from the originsl Elite Observatory in that it is a ful Observatory will attempt to locate your Elite Dangerous journal location in its default location, though other locations can be specified from the settings in the "Core" application tab. Due to the variety of possible system configurations this automatic detection does not function under Linux, so all Linux users will need to browse for the correct location. -The "Read All" button will read all journal files in the specified folder, handing their contents over to all loaded worker plugins. "Start Monitor" will begin watching files in the journal folder for changes, and pass new journal lines as they are created, as well as all changes to the status.json file, over the worker plugins. +The "Read All" button will read all journal files in the specified folder, handing their contents over to all loaded worker plugins. "Start Monitor" will begin watching files in the journal folder for changes, and pass new journal lines as they are created, as well as all changes to the status.json file, over to the worker plugins. For specifics on what each plugin does, please refer to their specific github repositories: * [Explorer](https://github.com/Xjph/ObservatoryExplorer)