From 380c60c89ce5b51457ed3be603b757fe4c7dd4f1 Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Thu, 20 Feb 2020 12:43:18 +0100 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba0d2d6..24e6e37 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ using OptionalArgChecks # this also reexports ArgCheck.jl for convenience f(x) = @argcheck x > 0 -@skipargcheck f(-1) +@unsafe_skipargcheck f(-1) # see OptionalArgChecks docs for why this is called unsafe ```