From 569e9716257a772c128b166e2a8e7c4ce37b560c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 5 Oct 2023 21:13:22 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f558ef4..266dbc7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is not a stable finished product yet. It’s still under active development It was started as a base for development of the next generation JIT compiler for PHP-9, but it's completly PHP independent. -A presentation about IR framewor design and implementation details is available at +A presentation about IR framework design and implementation details is available at [researchgate](https://www.researchgate.net/publication/374470404_IR_JIT_Framework_a_base_for_the_next_generation_JIT_for_PHP). ## IR - Intermediate Representation