1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: updated readme

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-04-24 18:54:26 +02:00
parent 2d49ad287e
commit bc80a3617d

View File

@ -5,15 +5,11 @@ This package contains stuff related to creating Lens-applications.
# Usage # Usage
```bash ```bash
$ npm install @k8slens/error-boundary $ npm install @k8slens/routing
``` ```
```typescript ```typescript
import { Tooltip, TooltipPosition } from "@k8slens/error-boundary"; import observableHistoryInjectable from "@k8slens/routing";
import { withTooltip } from "@k8slens/error-boundary";
import type { TooltipProps } from "@k8slens/error-boundary";
import type { TooltipDecoratorProps } from "@k8slens/error-boundary";
``` ```