update README

This commit is contained in:
SrGooglo 2024-09-25 21:28:38 +00:00
parent f868164a4d
commit e52925b191

View File

@ -33,7 +33,7 @@ npm install linebridge
Create a http server Create a http server
```js ```js
// index.js // index.js
import { Server } from "./linebridge/src" import { Server } from "linebridge"
class MyAPI extends Server { class MyAPI extends Server {
// set a id for the server // set a id for the server