Browse Source

🐞 fix: 修改错别字

Pchen. 8 months ago
parent
commit
23d8bb8e60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -1,4 +1,4 @@
-const SERVER = require('./lib/server');
+const SERVER = require('./lib/Server');
 
 
 const server = new SERVER();
 const server = new SERVER();