diff --git a/.gitignore b/.gitignore
index 1b0f251..d3bfb7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
.idea
-Telegram.Bot.Routing/obj
-Telegram.Bot.Routing.Example/obj
*.user
-Telegram.Bot.Routing.Example/Properties/launchSettings.json
+[Oo]bj
+[Bb]in
+
+launchSettings.json
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 68daac8..99411c3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Pakin
+Copyright (c) 2024 Pakin Maksim
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Telegram.Bot.Routing/Telegram.Bot.Routing.csproj b/Telegram.Bot.Routing/Telegram.Bot.Routing.csproj
index 1bafd0e..7d54562 100644
--- a/Telegram.Bot.Routing/Telegram.Bot.Routing.csproj
+++ b/Telegram.Bot.Routing/Telegram.Bot.Routing.csproj
@@ -17,7 +17,7 @@
git
MIT
false
- ../README.md
+ README.md
$(OutputPath)
@@ -34,7 +34,8 @@
-
+
+