Skip to content

Commit 17404f4

Browse files
committed
Updated README
1 parent 0eda61f commit 17404f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Config Editor - Load & Modify CANedge Config Files
22

3-
This simple config editor lets you load JSON configuration files from the [CANedge](https://www.csselectronics.com/) CAN bus data logger. The tool lets you simply load your `config-XX.YY.json` via the Configuration File dropdown to initialize the editor. Alternatively, you can also manually load a 'Rule Schema' and 'UIschema' in the editor.
3+
This simple config editor lets you load JSON configuration files from the [CANedge](https://www.csselectronics.com/) CAN bus data logger and related modules. The tool lets you simply load your `config-XX.YY.json` via the Configuration File dropdown to initialize the editor. Alternatively, you can also manually load a 'Rule Schema' and 'UIschema' in the editor.
44

55
The editor can be used offline, or you can upload it to a web server to use it online. You can of course also simply use our [hosted CANedge config editor](https://canlogger.csselectronics.com/simple-editor/#/), which always features the latest version.
66

@@ -16,8 +16,8 @@ To build the editor, run `npm run simple`.
1616
## Regarding sub modules
1717
The CANedge config editor is very light and is based on two imported modules:
1818

19-
1. comfig-editor-base: This module serves as the "core" editor and includes the JSON Schema loader tool, as well as the 'partial config loader' tool.
20-
2. config-editor-tools: This module contains various "extra" editor tools, which can be imported and parsed to the base editor. The extra tools will be available from the editor submenu
19+
1. [config-editor-base](https://github.com/CSS-Electronics/config-editor-base): This module serves as the "core" editor and includes the JSON Schema loader tool, as well as the 'partial config loader' tool.
20+
2. [config-editor-tools](https://github.com/CSS-Electronics/config-editor-tools): This module contains various "extra" editor tools, which can be imported and parsed to the base editor. The extra tools will be available from the editor submenu
2121

2222
These sub modules are also used in other projects by CSS Electronics, for example [CANcloud](https://github.com/CSS-Electronics/cancloud).
2323

0 commit comments

Comments
 (0)