File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ yarn add php-server-manager
11
11
## Usage
12
12
13
13
``` js
14
- const PHPServer = require (' php-server' );
14
+ const PHPServer = require (' php-server-manager ' );
15
15
16
16
const server = new PHPServer ();
17
17
@@ -33,7 +33,7 @@ Name | Default | Description
33
33
Example:
34
34
35
35
``` js
36
- const PHPServer = require (' php-server' );
36
+ const PHPServer = require (' php-server-manager ' );
37
37
38
38
const server = new PHPServer ({
39
39
port: 3000 ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git+https://github.com/oscarotero/php-server.git"
14
+ "url" : " git+https://github.com/oscarotero/php-server-manager .git"
15
15
},
16
16
"keywords" : [
17
17
" php" ,
18
18
" server"
19
19
],
20
- "homepage" : " https://github.com/oscarotero/php-server#readme" ,
20
+ "homepage" : " https://github.com/oscarotero/php-server-manager #readme" ,
21
21
"bugs" : {
22
- "url" : " https://github.com/oscarotero/php-server/issues"
22
+ "url" : " https://github.com/oscarotero/php-server-manager /issues"
23
23
},
24
24
"devDependencies" : {
25
25
"mocha" : " ^4.0.1" ,
You can’t perform that action at this time.
0 commit comments