mirror of
https://github.com/FullScreenShenanigans/BabyIoC.git
synced 2026-08-12 11:18:25 -07:00
Fixed code link in README.md
This commit is contained in:
@@ -135,7 +135,7 @@ class Container {
|
||||
`Container.prototype` has a getter defined on `"myDependency"` that creates a `new Dependency(this)` and writes a getter on the calling scope's `"myDependency"` to return it.
|
||||
In practical use, that means the first getter will stay on `Container.prototype`, and the calling scope that receives the second getter will generally be an instance of the `Container` class.
|
||||
|
||||
See [`Component.ts`](src/Component.ts).
|
||||
See [`index.ts`](src/index.ts).
|
||||
|
||||
<!-- {{Development}} -->
|
||||
## Development
|
||||
|
||||
+1
-1
@@ -68,5 +68,5 @@
|
||||
"name": "BabyIoC"
|
||||
},
|
||||
"types": "./src/index.d.ts",
|
||||
"version": "0.7.2"
|
||||
"version": "0.7.3"
|
||||
}
|
||||
Reference in New Issue
Block a user