Skip to content

Commit 053b28c

Browse files
Correct npm package name
1 parent d732671 commit 053b28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chats/rdflib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use the module directly in the browser (without any install or build ste
3535

3636
```typescript
3737
import {Fetcher, graph, UpdateManager} from "rdflib";
38-
import ChatsModuleRdfLib, { ChatsModule } from "@solid-data-modules/chat-rdflib";
38+
import ChatsModuleRdfLib, { ChatsModule } from "@solid-data-modules/chats-rdflib";
3939

4040
// 1️⃣ create rdflib store, fetcher and updater as usual
4141
const store = graph();

0 commit comments

Comments
 (0)