diff --git a/README.md b/README.md index 1dd21da..8e9ef9f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Use native asset build hooks to import Flutter GPU shader bundle assets. void main(List args) async { await build(args, (config, output) async { await buildShaderBundleJson( - buildConfig: config, + buildInput: config, buildOutput: output, manifestFileName: 'my_cool_bundle.shaderbundle.json'); });