diff --git a/README.md b/README.md index 9587dee..44da639 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ values and lv_values both point to argv, and lv_labels points to argv + 1, as to when done with the data, call `carg_parse_free(carg_parse_data* data)` -to free the data, it does not free the individual values and labels, as these just point to the values in argv, so if you have moved / modified these pointers, you will have to free them yourself. +to free the data, it does not free the individual values and labels, as these just point to the values in argv, so if you have moved / modified these pointers, you will have to free them yourself. this has the benifit as well, of allowing you to free carg, even if you have values pointing to strings passed in.