diff --git a/README.md b/README.md index e41ca59..2f78d01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ reflection library of zero allocation depending on path for Go - 100% Compatibility APIs with `reflect` library - No allocation occurs when using the reflect.Type features -- You can choose to escape or noescape when creating reflect.Value +- You can choose to escape ( `reflect.ValueOf` ) or noescape ( `reflect.ValueNoEscapeOf` ) when creating reflect.Value # Status