Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Apr 10, 2024
1 parent 8cc9fde commit 79b98f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -291,7 +291,7 @@ If your package.json **does not** contain the `"type": "module"` field then you'
adjust the command you run:

```sh
figma-export use-config .figmaexportrc.cjs
figma-export use-config .figmaexportrc.mjs
```

and start using `import foo from 'foo'` instead of `const foo = require('foo')` to import the packages inside the `.figmaexportrc.mjs`. You can take a look at [.figmaexportrc.example.js](/.figmaexportrc.example.js) as an example.
Expand Down

0 comments on commit 79b98f5

Please sign in to comment.