We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166f701 commit 6453c70Copy full SHA for 6453c70
1 file changed
README.md
@@ -33,7 +33,7 @@
33
34
## Installation
35
36
-`npm install dpd-cli -g`
+`npm install deployd-cli -g`
37
38
## Prerequisites
39
@@ -48,13 +48,6 @@ $ cd hello
48
$ dpd
49
```
50
51
-### Using the dashboard
52
-
53
-```bash
54
-$ npm i dpd-dashboard dpd-clientlib --save
55
-$ dpd -d
56
-```
57
58
To start dpd with Database authentication:
59
60
@@ -106,4 +99,4 @@ dpd --host "127.0.0.1" -P '27017' -n "mymongodb" -a "myusername:mypassword"
106
99
107
100
## License
108
101
109
-This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
102
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
0 commit comments