@@ -67,7 +67,7 @@ export class JSONLStore implements Store {
6767 /**
6868 * Returns true when key is present
6969 * ```ts
70- * import { useStore } from "jsr:@effection-contrib /jsonl-store";
70+ * import { useStore } from "jsr:@effectionx /jsonl-store";
7171 *
7272 * const store = yield* useStore();
7373 *
@@ -96,7 +96,7 @@ export class JSONLStore implements Store {
9696 *
9797 * ```ts
9898 * import { each } from "npm:effection@4.0.0-alpha.3";
99- * import { useStore } from "jsr:@effection-contrib /jsonl-store";
99+ * import { useStore } from "jsr:@effectionx /jsonl-store";
100100 *
101101 * const store = yield* useStore();
102102 *
@@ -145,7 +145,7 @@ export class JSONLStore implements Store {
145145 * Write data to a file, creates the file and necessary directory structure as it goes along.
146146 *
147147 * ```ts
148- * import { useStore } from "jsr:@effection-contrib /jsonl-store";
148+ * import { useStore } from "jsr:@effectionx /jsonl-store";
149149 *
150150 * const store = yield* useStore();
151151 * yield* store.write("hello", "world");
@@ -178,7 +178,7 @@ export class JSONLStore implements Store {
178178 * Add data to an existing file.
179179 *
180180 * ```ts
181- * import { useStore } from "jsr:@effection-contrib /jsonl-store";
181+ * import { useStore } from "jsr:@effectionx /jsonl-store";
182182 *
183183 * const store = yield* useStore();
184184 * yield* store.write("hello", "world");
@@ -210,7 +210,7 @@ export class JSONLStore implements Store {
210210 *
211211 * ```ts
212212 * import { each } from "npm:effection@4.0.0-alpha.3";
213- * import { useStore } from "jsr:@effection-contrib /jsonl-store";
213+ * import { useStore } from "jsr:@effectionx /jsonl-store";
214214 *
215215 * const store = yield* useStore();
216216 *
0 commit comments