Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Jan 31, 2025
1 parent c98a637 commit 4a57a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You should extract all the platform specific FFIs you wish to have as target pla

Once all the platform FFIs are extracted to a directory, merge them together into a cross-platform FFI using `c2ffi merge --inputDirectoryPath ... --outputFilePath ...` option.

See the [`helloworld-bindgen`]([`helloworld-bindgen`](../src/cs/examples/helloworld/helloworld-bindgen/Program.cs).) C# program for example of using `c2ffi` from command line.
See the [`helloworld-bindgen`](../src/cs/examples/helloworld/helloworld-bindgen/Program.cs) C# program for example of using `c2ffi` from command line.

Once you have a cross-platform FFI `.json` file, you are ready to use `c2cs`.

Expand Down

0 comments on commit 4a57a96

Please sign in to comment.