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