Skip to content

Commit 00be613

Browse files
committed
[docs] Fixes wrong links and copy-pasting
1 parent ac98719 commit 00be613

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
@@ -16,9 +16,9 @@ Gephi Lite source code is distributed under the [GNU General Public License v3](
1616

1717
The codebase is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo):
1818

19-
- **[packages/gephi-lite](packages/gephi-lite)** contains core Gephi Lite types and utils
20-
- **[packages/sdk](packages/sdk) ([`@gephi/gephi-lite` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite))** contains core Gephi Lite types and utils
21-
- **[packages/broadcast](packages/broadcast) ([`@gephi/gephi-lite-sdk` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite-sdk))** exports TypeScript helpers to control a Gephi Lite instance in another tab or frame, from other web application
19+
- **[packages/gephi-lite](packages/gephi-lite)** contains Gephi Lite application code
20+
- **[packages/sdk](packages/sdk) ([`@gephi/gephi-lite-sdk` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite))** contains core Gephi Lite types and utils
21+
- **[packages/broadcast](packages/broadcast) ([`@gephi/gephi-lite-broadcast` on NPM](https://www.npmjs.com/package/@gephi/gephi-lite-sdk))** exports TypeScript helpers to control a Gephi Lite instance in another tab or frame, from other web application
2222

2323
## Run locally
2424

0 commit comments

Comments
 (0)