secomind / exjsonpath

JSONPath library for Elixir
Apache License 2.0
24 stars 7 forks source link

Typo error in the documentation #29

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello.

It seems the documentation is wrong. It says to use ExJsonPath.eval/2 but the module must be called with ExJSONPath.eval/2 instead.

Errors:

2020-11-27 10:03:10.980 [error] beam/beam_load.c(1440): Error loading module 'Elixir.ExJsonPath':
  BEAM file exists but it defines a module named Elixir.ExJSONPath

2020-11-27 10:03:10.980 [error] Loading of _build/test/lib/exjsonpath/ebin/Elixir.ExJsonPath.beam failed: :badfile

Thanks