From f7a8a7f1466de209715db8c692a6308e46d69bbf Mon Sep 17 00:00:00 2001 From: stevegt Date: Fri, 15 Jul 2022 09:35:49 -0700 Subject: [PATCH] README: ref comment with more non-panic scenarios --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 152ca6a..daf5e64 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ A simple wrapper around the https://github.com/deadsy/sdfx Go-based solid modeling package. Re-enables fluent-style code when it's okay to panic. -Needed because we removed panics in core code in deadsy/sdfx#24, deadsy/sdfx#26, and deadsy/sdfx#27. Background and rationale discussed in more detail in deadsy/sdfx#50 and deadsy/sdfx#51. +Needed because we removed panics in core code in deadsy/sdfx#24, deadsy/sdfx#26, and deadsy/sdfx#27. Background and rationale discussed in more detail in https://github.com/deadsy/sdfx/issues/22#issuecomment-730854508, deadsy/sdfx#50 and deadsy/sdfx#51.