diff --git a/src/packet.js b/src/packet.js index aa00116..25b3be4 100644 --- a/src/packet.js +++ b/src/packet.js @@ -1,6 +1,6 @@ import BufferReader from "./buffer_reader.js"; import Advert from "./advert.js"; -import MeshCorePath from "./meshore_path.js"; +import MeshCorePath from "./meshcore_path.js"; class Packet {