From a10a8fc179757d3f0e11d478cacf53ca5714ccec Mon Sep 17 00:00:00 2001 From: Enough7 <30051680+Enough7@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:39:24 +0200 Subject: [PATCH 1/2] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451328d4b..30a6971c2 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ You can install Zenject using any of the following methods * **Zenject-WithAsteroidsDemo.vX.X.unitypackage** - This is equivalent to what you find in the Asset Store and contains both sample games "Asteroids" and "SpaceFighter" as part of the package. All the source code for Zenject is included here. * **Zenject.vX.X.unitypackage** - Same as above except without the Sample projects. - * **Zenject-NonUnity.vX.X.zip** - Use this if you want to [use Zenject outside of Unity](#using-outside-unity) (eg. just as a normal C# project) + * **Zenject-NonUnity.vX.X.zip** - Use this if you want to [use Zenject outside of Unity](#using-zenject-outside-unity-or-for-dlls) (eg. just as a normal C# project) 1. __From the [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/extenject-dependency-injection-framework-157735)__ From a6c882c702e20fd8c6529756a2796fa597aff2bd Mon Sep 17 00:00:00 2001 From: Enough7 <30051680+Enough7@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:07:16 +0200 Subject: [PATCH 2/2] Fixed missing parenthese --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a6971c2..8512a6bb8 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ This project is open source. For general troubleshooting / support, please post to [stack overflow](https://stackoverflow.com/questions/ask) using the tag 'zenject', or post in the [zenject google group](https://groups.google.com/forum/#!forum/zenject/) -Or, if you have found a bug, you are also welcome to create an issue on the [github page]https://github.com/modesttree/Zenject), or a pull request if you have a fix / extension. There is also a [gitter chat](https://gitter.im/Zenject/Lobby?source=orgpage) that you can join for real time discussion. +Or, if you have found a bug, you are also welcome to create an issue on the [github page](https://github.com/modesttree/Zenject), or a pull request if you have a fix / extension. There is also a [gitter chat](https://gitter.im/Zenject/Lobby?source=orgpage) that you can join for real time discussion. ## Features