mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
don't mention legacy API in README
This commit is contained in:
@@ -9,7 +9,7 @@ Terminus Terminal Plugin
|
|||||||
Using the API:
|
Using the API:
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { TerminalContextMenuItemProvider } from 'terminus-terminal'
|
import { ShellProvider } from 'terminus-terminal'
|
||||||
```
|
```
|
||||||
|
|
||||||
Exporting your subclasses:
|
Exporting your subclasses:
|
||||||
@@ -19,7 +19,7 @@ Exporting your subclasses:
|
|||||||
...
|
...
|
||||||
providers: [
|
providers: [
|
||||||
...
|
...
|
||||||
{ provide: TerminalContextMenuItemProvider, useClass: MyContextMenu, multi: true },
|
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user