From ca7d824917115fcc5eccc93eb0b960103182dea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Fri, 16 Feb 2024 09:45:14 +0100 Subject: [PATCH] Call out mobile embedding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ac4da0..ce9de39e 100644 --- a/README.md +++ b/README.md @@ -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 and . ### Suspension