revised readme, moved some stuff around

This commit is contained in:
2023-06-11 12:10:59 +00:00
parent 19c57ec156
commit a672409e4a
10 changed files with 610 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
const WebSocketDriver = require('./WebSocketDriver');
// Load the configuration from config.json
const config = require('./config.json');
const config = require('/app/config/config.json');
// Create an instance of WebSocketDriver
const driver = new WebSocketDriver(config);