Skip to content

Commit 86a6724

Browse files
authored
[native_assets_cli] Fix readme (#1056)
1 parent 6e12c3a commit 86a6724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/native_assets_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A typical layout of a package with native code is:
3030
* `lib/` contains Dart code which uses [`dart:ffi`] and [`package:ffigen`]
3131
to call into native code.
3232
* `src/` contains C/C++/Rust code which is invoked through `dart:ffi`.
33-
* `build.dart` implements the CLI that communicates which native assets
33+
* `hook/build.dart` implements the CLI that communicates which native assets
3434
to build/bundle with the Dart/Flutter SDK. This file uses the
3535
protocol specified in this package.
3636

0 commit comments

Comments
 (0)