Skip to content

Commit

Permalink
Changed import style for helper functions in usageGuide
Browse files Browse the repository at this point in the history
simplified imports
  • Loading branch information
Metachaser24 authored Feb 27, 2024
1 parent 99075f2 commit ddcc5d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/zkEmailDocs/UsageGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Next, create an `inputs.ts` file. In this file, you will use the `generateCircui
Here is a sample code snippet to guide you:

```javascript
import { generateCircuitInputs } from "@zk-email/helpers/dist/input-helpers";
import { verifyDKIMSignature } from "@zk-email/helpers/dist/dkim"
import { generateCircuitInputs, verifyDKIMSignature } from "@zk-email/helpers";
import fs from "fs";
import path from "path";

Expand Down

0 comments on commit ddcc5d9

Please sign in to comment.