Skip to content

Commit 85f055e

Browse files
authored
Update executable name in README.md
1 parent 18f70fc commit 85f055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker-compose build ubuntu-18.04-llvm-6.0
3535
# Build the bindgen tool and run the tests.
3636
docker-compose run --rm ubuntu-18.04-llvm-6.0
3737
# Run the bindgen tool inside the container.
38-
docker-compose run --rm ubuntu-18.04-llvm-6.0 target/scalaBindgen -name union tests/samples/Union.h --
38+
docker-compose run --rm ubuntu-18.04-llvm-6.0 target/scala-native-bindgen -name union tests/samples/Union.h --
3939
```
4040

4141
[CMake]: https://cmake.org/

0 commit comments

Comments
 (0)