Skip to content

Commit

Permalink
Mini syntax patch in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Sep 20, 2024
1 parent 206e364 commit 7dab142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const { oneInchTemplates } = require('@1inch/solidity-utils/docgen');
module.exports = {
...
docgen: {
outputDir: "docs", // Can be omitted, docs used by default
outputDir: 'docs', // Can be omitted, docs used by default
templates: oneInchTemplates(), // 1inch templates
pages: 'files', // Doc output format for 1inch templates
exclude: ['mocks', 'test'], // Directories to exclude from generation
Expand Down

0 comments on commit 7dab142

Please sign in to comment.