Skip to content

Commit

Permalink
fix template-files.md link (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira authored Aug 28, 2024
1 parent 28af4d8 commit 1703d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/createExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npx create-eth@latest -e {github-username}/{extension-repo-name}:{branch-name} #
Key points:

- They allow you to add specific content to files in the base project.
- Not all files can be modified this way. See [TEMPLATE-FILES.md](./TEMPLATE-FILES.md) for a list of supported template files.
- Not all files can be modified this way. See [TEMPLATE-FILES.md](https://github.com/scaffold-eth/create-eth/blob/main/contributors/TEMPLATE-FILES.md) for a list of supported template files.
- To use a template file, create an `*.args.mjs` file in your extension having the same path structure as `*.template.mjs`. For example, to add extra tab in the header, you'd create `extension/packages/nextjs/components/Header.tsx.args.mjs`.

### Advanced Development Workflow
Expand Down

0 comments on commit 1703d5d

Please sign in to comment.