diff --git a/Conllu/Conllu/Conllu.csproj b/Conllu/Conllu/Conllu.csproj
index 0bb1149..b7e74be 100644
--- a/Conllu/Conllu/Conllu.csproj
+++ b/Conllu/Conllu/Conllu.csproj
@@ -6,7 +6,7 @@
Arthur Hemmer
A lightweight C# CoNLL-U parser.
Arthur Hemmer 2024
- https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE
+ https://github.com/ArthurDevNL/CoNLL-U/blob/main/LICENSE
https://github.com/ArthurDevNL/CoNLL-U
Git
CONLLU;NLP;PARSER
diff --git a/Conllu/commands.txt b/Conllu/commands.txt
index bcca43d..d77f599 100644
--- a/Conllu/commands.txt
+++ b/Conllu/commands.txt
@@ -2,4 +2,4 @@
dotnet pack --configuration release
# Push to github
-dotnet nuget push ./Conllu/bin/Release/{package-name} --source github
+dotnet nuget push ./Conllu/bin/Release/Conllu.1.1.2.nupkg --source github