fix library name
This commit is contained in:
parent
c2f579d2b6
commit
c1568f02eb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const body = require('body-parser');
|
|||
const express = require('express');
|
||||
const socketio = require('socket.io');
|
||||
const program = require('commander');
|
||||
const DMX = require('@node-dmx/dmx-library');
|
||||
const DMX = require('dmx');
|
||||
const A = DMX.Animation;
|
||||
|
||||
program
|
||||
|
|
Loading…
Reference in a new issue