From 9f8e0f919c4b26ba4f866f8be27e561051290887 Mon Sep 17 00:00:00 2001 From: Jeremy Kuhne Date: Fri, 2 Feb 2024 20:07:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d4dbfe..a31c202 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ [![Build](https://github.com/JeremyKuhne/thirtytwo/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JeremyKuhne/thirtytwo/actions/workflows/dotnet.yml) -An experiment wrapping Win32 into an object model, leveraging CsWin32 as the base interop layer. Builds on what I did with WInterop, but focuses on the top level abstractions. Further details to come. +An experiment wrapping Win32 into an object model, leveraging CsWin32 as the base interop layer. Builds on what I did with [WInterop](https://github.com/JeremyKuhne/WInterop), but focuses on the top level abstractions. Further details to come.