From 0537fa0f67807096c5c3eb36ac771919f8a42a40 Mon Sep 17 00:00:00 2001 From: craftablescience Date: Wed, 10 Apr 2024 04:16:48 -0400 Subject: [PATCH] fix: add author links to readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adc9e858c..00ab5e5e5 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Looking for more parsers in this vein? Try my other project which relies on this ### Supported Formats -| Library Name | Supports | Read | Write | Author(s) | -|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----:|:-----:|----------------------------| -| dmxpp | [DMX](https://developer.valvesoftware.com/wiki/DMX) Binary v1-5 | ✅ | ❌ | @craftablescience | -| fgdpp | • [Valve FGD syntax](https://developer.valvesoftware.com/wiki/FGD)
• [TeamSpen's Unified FGD syntax](https://github.com/TeamSpen210/HammerAddons/wiki/Unified-FGD) | ✅ | ❌ | @Trico-Everfire | -| studiomodelpp | • [MDL](https://developer.valvesoftware.com/wiki/MDL_(Source)) v44-49
• [VTX](https://developer.valvesoftware.com/wiki/VTX) v7
• [VVD](https://developer.valvesoftware.com/wiki/VVD) v4 | ✅ | ❌ | @craftablescience | -| vmfpp | Any [VMF](https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format)) | ✅ | ❌ | @Galaco, @craftablescience | +| Library Name | Supports | Read | Write | Author(s) | +|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----:|:-----:|------------------------------------------------------------------------------------------------| +| dmxpp | [DMX](https://developer.valvesoftware.com/wiki/DMX) Binary v1-5 | ✅ | ❌ | [@craftablescience](https://github.com/craftablescience) | +| fgdpp | • [Valve FGD syntax](https://developer.valvesoftware.com/wiki/FGD)
• [TeamSpen's Unified FGD syntax](https://github.com/TeamSpen210/HammerAddons/wiki/Unified-FGD) | ✅ | ❌ | [@Trico-Everfire](https://github.com/Trico-Everfire) | +| studiomodelpp | • [MDL](https://developer.valvesoftware.com/wiki/MDL_(Source)) v44-49
• [VTX](https://developer.valvesoftware.com/wiki/VTX) v7
• [VVD](https://developer.valvesoftware.com/wiki/VVD) v4 | ✅ | ❌ | [@craftablescience](https://github.com/craftablescience) | +| vmfpp | Any [VMF](https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format)) | ✅ | ❌ | [@Galaco](https://github.com/Galaco), [@craftablescience](https://github.com/craftablescience) |