Skip to content

Commit 75c0346

Browse files
authored
Update README.md
1 parent 18b9456 commit 75c0346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This provides a processor class which you can pass to your firestore onWrite cal
88
import {
99
FirestoreOnWriteProcessor,
1010
FirestoreOnWriteProcess,
11-
} from "../firestore-onwrite-processor";
11+
} from "@invertase/firebase-extension-utilities";
1212

1313
// this can be async if needed
1414
const processFn = ({ input }) => {

0 commit comments

Comments
 (0)