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
 
14
 
15
 # Quickstart (TL;DR)
15
 # Quickstart (TL;DR)
16
 ```typescript
16
 ```typescript
17
-import {Singleton, Inject, Injector} from 'dependjs'
17
+import {Singleton, Inject, Injector} from 'depents'
18
 
18
 
19
 
19
 
20
 @Singleton()
20
 @Singleton()

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save