i broke it :)
This commit is contained in:
16
README.md
16
README.md
@@ -30,12 +30,12 @@ npx cap sync
|
||||
### create(...)
|
||||
|
||||
```typescript
|
||||
create(options: { id: string; host: string; port: number; useTLS?: boolean; acceptInvalidCertificates?: boolean; }) => Promise<void>
|
||||
create(options: { id: string; }) => Promise<void>
|
||||
```
|
||||
|
||||
| Param | Type |
|
||||
| ------------- | --------------------------------------------------------------------------------------------------------------- |
|
||||
| **`options`** | <code>{ id: string; host: string; port: number; useTLS?: boolean; acceptInvalidCertificates?: boolean; }</code> |
|
||||
| Param | Type |
|
||||
| ------------- | ---------------------------- |
|
||||
| **`options`** | <code>{ id: string; }</code> |
|
||||
|
||||
--------------------
|
||||
|
||||
@@ -43,12 +43,12 @@ create(options: { id: string; host: string; port: number; useTLS?: boolean; acce
|
||||
### connect(...)
|
||||
|
||||
```typescript
|
||||
connect(options: { id: string; }) => Promise<void>
|
||||
connect(options: { id: string; host: string; port: number; useTLS?: boolean; acceptInvalidCertificates?: boolean; }) => Promise<void>
|
||||
```
|
||||
|
||||
| Param | Type |
|
||||
| ------------- | ---------------------------- |
|
||||
| **`options`** | <code>{ id: string; }</code> |
|
||||
| Param | Type |
|
||||
| ------------- | --------------------------------------------------------------------------------------------------------------- |
|
||||
| **`options`** | <code>{ id: string; host: string; port: number; useTLS?: boolean; acceptInvalidCertificates?: boolean; }</code> |
|
||||
|
||||
--------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user