Skip to content

Commit

Permalink
Add note about min and max conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrieken committed Jul 19, 2016
1 parent 18a96d8 commit f1620bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ defmodule MyApp.Web do
end
```

**PLEASE NOTE:** `Plasm.min\2` and `Plasm.max\2` conflict with `Kernel.min\2` and `Kernel.max\2`, so if you're importing them, you'll need to prefix your calls with `__MODULE__`; e.g., `__MODULE__.min(query, field_name)`.


## API

Expand Down

0 comments on commit f1620bf

Please sign in to comment.