Skip to content

Commit

Permalink
Call out mobile embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 16, 2024
1 parent 3aac7b6 commit ca7d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ int exit_code;
bare_teardown(bare, &exit_code);
```
If `source` is `NULL`, the contents of `filename` will instead be read at runtime.
If `source` is `NULL`, the contents of `filename` will instead be read at runtime. For examples of how to embed Bare on mobile platforms, see <https://github.com/holepunchto/bare-android> and <https://github.com/holepunchto/bare-ios>.
### Suspension
Expand Down

0 comments on commit ca7d824

Please sign in to comment.