Browse Source

0.0.8 fix typo in readme

master
nitowa 1 year ago
parent
commit
8b277c27ae
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md View File

@@ -14,7 +14,7 @@ npm i depents
14 14
 
15 15
 # Quickstart (TL;DR)
16 16
 ```typescript
17
-import {Singleton, Inject, Injector} from 'dependjs'
17
+import {Singleton, Inject, Injector} from 'depents'
18 18
 
19 19
 
20 20
 @Singleton()

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "depents",
3
-  "version": "0.0.7",
3
+  "version": "0.0.8",
4 4
   "description": "depents is a typescript dependency injector",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {

Loading…
Cancel
Save