Skip to content

Commit

Permalink
Adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jun 21, 2024
1 parent c690b2a commit 2ce575d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ Bare can easily be embedded using the C API defined in [`include/bare.h`](includ
#include <uv.h>

bare_t *bare;
bare_setup(uv_default_loop(), platform, &env, argc, argv, options, &bare);
bare_setup(uv_default_loop(), platform, &env /* Optional */, argc, argv, options, &bare);

bare_load(bare, filename, source);
bare_load(bare, filename, source, &module /* Optional */);

bare_run(bare);

Expand Down

0 comments on commit 2ce575d

Please sign in to comment.