Browse Source

rename name

Paul 5 years ago
parent
commit
69a54de919
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/main.ts
  2. 0
    0
      src/client.ts

+ 1
- 1
example/main.ts View File

@@ -1,4 +1,4 @@
1
-import { Client } from '../src/index';
1
+import { Client } from '../src/client';
2 2
 
3 3
 const url = 'ws://127.0.0.1:8081';
4 4
 const client = new Client(

src/index.ts → src/client.ts View File