From a39fcd676b64eece85de01a20e945e5cbd6000c4 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 31 May 2023 09:43:47 -0400 Subject: [PATCH] Add link to QBE in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7bdb08..5ec366c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## About -Glove is a library for working with QBE intermediate representation (IR) in Gleam. Provides utilities and functions to generate QBE code using the Gleam programming language. +Glove is a library for working with [QBE](https://c9x.me/compile/) intermediate representation (IR) in Gleam. Provides utilities and functions to generate QBE code using the Gleam programming language. ## Requirements