ocaml-ppx / ppxlib

Base library and tools for ppx rewriters
MIT License
246 stars 98 forks source link

Fix minor error in README #456

Closed nicovank closed 1 year ago

nicovank commented 1 year ago

Currently learning OCaml so I may be missing something. This confused me for a few seconds. If MY_VAR="foo", it makes sense to [%get_env "MY_VAR"], but not really [%get_env "foo"].

panglesd commented 1 year ago

Yes, of course, thanks for the PR!