Fix typo in usage example
1 files changed, 1 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +1 -1
@@ 16,7 16,7 @@ an optional type to use in conjunction with GLib. #include <toption/toption.h> int -main(int argc, const char ** argv) +main(int argc, const char **argv) { int my_value = 64; TOption *opt = t_option_from(opt);