Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mezque authored Jan 4, 2022
1 parent 9ff6c64 commit baa8b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center"> MezLogger </h1>
<h1 align="center"> A simple easy to use on screen hud textAPI for VRChat mods using Melonloader! </h1>

Instructions for usage, Download MezLogger.cs from the repo and import it into your project
Instructions for usage, Download [MezLogger.cs](https://github.com/Mezque/MezLogger/blob/master/MezLogger/Mezlogger.cs "Mezlogger.cs") from the repo and import it into your project

_Notice you will need to be using at least C# V8 to use this, I personally use V9 in my own projects. You will receive
errors trying to use it on a version below 8. This isn't a hard fix you will just need to go where your " csproj " file is and add `<LangVersion>9</LangVersion>` below the line `<ProjectGUID> blablabla </ProjectGuid>` ( so that LangVer becomes line 8 )_
Expand Down

0 comments on commit baa8b42

Please sign in to comment.