Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 31ccf1f

Browse files
committed
docs: update package name in README from @Falkor to @Team-Falkor
The package name was changed from @falkor/shared-types to @team-falkor/shared-types. This commit updates all references in the README to reflect the new package name.
1 parent 649dc71 commit 31ccf1f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This package contains shared TypeScript type definitions used across all Falkor
1212
## Installation
1313

1414
```bash
15-
pnpm install @falkor/shared-types
15+
pnpm install @team-falkor/shared-types
1616
# or
17-
npm install @falkor/shared-types
17+
npm install @team-falkor/shared-types
1818
# or
19-
yarn add @falkor/shared-types
19+
yarn add @team-falkor/shared-types
2020
# or
21-
bun add @falkor/shared-types
21+
bun add @team-falkor/shared-types
2222

2323
```
2424

@@ -27,7 +27,7 @@ bun add @falkor/shared-types
2727
Import the types you need in your TypeScript files:
2828

2929
```typescript
30-
import { PluginConfig, SearchResult } from "@falkor/shared-types";
30+
import { PluginConfig, SearchResult } from "@team-falkor/shared-types";
3131

3232
// Use the types in your code
3333
const config: PluginConfig = {

0 commit comments

Comments
 (0)