diff --git a/README.md b/README.md index 949d656..86af4d5 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ iex(1)> h Guardsafe.divisible_by? Expands divisible_by?(number, divisor) into rem(number, divisor) == 0 ``` + +## Available macros + +* `divisible_by?/2` - checks whether two integers are evenly divisible.