Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 6, 2023
1 parent 473b7f9 commit a1321bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { autoConf } from 'auto-config-loader';
// process.cwd() + 'namespace.config.cjs'
// process.cwd() + 'namespace.config.js'
// ........
const data = load('namespace', {
const data = autoConf('namespace', {
default: {
testItem2: 'some value'
}
Expand Down

0 comments on commit a1321bd

Please sign in to comment.