From 47d7b6d8d0684435d06247c09d4525d34bb4c922 Mon Sep 17 00:00:00 2001 From: hadashiA Date: Fri, 18 Dec 2020 14:04:07 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fcbc23d7..ea344440 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine. ## Basic Usage -## Basic Usage - First, create a scope. References are automatically resolved for types registered here. ```csharp @@ -233,7 +231,7 @@ Visit [vcontainer.hadashikick.jp/getting-started](https://vcontainer.hadashikick VContainer is inspired by: -- [Zenject](https://github.com/modesttree/Zenject) and [Extenject]https://github.com/svermeulen/Extenject). +- [Zenject](https://github.com/modesttree/Zenject) and [Extenject](https://github.com/svermeulen/Extenject). - [Autofac](http://autofac.org) - [Autofac Project](https://github.com/autofac/Autofac). ## License