diff --git a/doc/Performance.md b/doc/Performance.md index 0707600..ec1383d 100644 --- a/doc/Performance.md +++ b/doc/Performance.md @@ -4,7 +4,7 @@ [be fast](https://github.com/ebdrup/json-schema-benchmark#performance). It compiles the provided schemas into [auditable](./Auditable.md) validation and parser -[modules](./Module-generation.md), which can be optimized by V8 in run-time. +[modules](./Secure-code-generation.md), which can be optimized by V8 in run-time. By default, [errors are disabled](./Error-handling.md) to further increase performance.