From c896e2f920273bfee852da9cca2a356bc1c2031e Mon Sep 17 00:00:00 2001 From: Eric Werness Date: Fri, 5 Aug 2022 16:11:07 -0700 Subject: [PATCH] Fix the readme for the fixed conventions.py location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f2bba..64ce59b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Files in this repository originate from: ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs) * registry/cgenerator.py -* registry/conventions.py +* registry/spec_tools/conventions.py * registry/generator.py * registry/genvk.py * registry/reg.py