Skip to content

Commit e82286c

Browse files
author
jovanSAPFIONEER
committed
docs: fix version badge to 3.0.3, fix remaining ./index imports
1 parent 252cd88 commit e82286c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**The plug-and-play AI agent orchestrator for TypeScript/Node.js -- connect 12 agent frameworks with zero glue code**
44

5-
[![Release](https://img.shields.io/badge/release-v3.0.0-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
5+
[![Release](https://img.shields.io/badge/release-v3.0.3-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
66
[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org)
77
[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-3178C6.svg)](https://typescriptlang.org)
88
[![Python](https://img.shields.io/badge/python-3.9+-green.svg)](https://python.org)
@@ -247,7 +247,7 @@ import {
247247
SharedBlackboard,
248248
AuthGuardian,
249249
createSwarmOrchestrator,
250-
} from './index';
250+
} from 'network-ai';
251251

252252
// Quick start with defaults
253253
const orchestrator = createSwarmOrchestrator();
@@ -261,7 +261,7 @@ import {
261261
AdapterRegistry,
262262
CustomAdapter,
263263
LangChainAdapter,
264-
} from './index';
264+
} from 'network-ai';
265265

266266
// Create adapters
267267
const custom = new CustomAdapter();

0 commit comments

Comments
 (0)