Fixed code link in README.md

This commit is contained in:
Josh Goldberg
2018-01-05 17:03:10 -05:00
parent 2e6304eb60
commit 8b76fb37ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -68,5 +68,5 @@
"name": "BabyIoC"
},
"types": "./src/index.d.ts",
"version": "0.7.2"
"version": "0.7.3"
}