Skip to content

Commit 00f8a31

Browse files
committed
last minute cleanup of Readme.md
1 parent 18d7cd0 commit 00f8a31

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* **Small** ----- Under 400KB on disk _(with .git removed)!_
3333
* **Simple** ---- A minimalist, beautiful dashboard
3434
* **Easy** ------ Drop-in installation
35-
* **Versatile** -- Choose your stack from Node.js, Go, Python, PHP, or Binary
35+
* **Versatile** -- Choose your stack from Node.js, Go, Python, PHP
3636

3737
## Installation
3838

app/linuxDash.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,9 +2126,9 @@ angular.module('linuxDash').directive('navBar', ['$location', function($location
21262126
</ul> \
21272127
<span class="right-content">\
21282128
Resources:\
2129-
<a target="_blank" href="/linux-dash/linux-dash">GitHub</a> | \
2129+
<a target="_blank" href="/afaqurk/linux-dash">GitHub</a> | \
21302130
<a target="_blank" href="https://gitter.im/afaqurk/linux-dash">Gitter Chat Room</a> | \
2131-
<a target="_blank" href="https://linux-dash.github.io">Docs</a> \
2131+
<a target="_blank" href="https://github.com/afaqurk/linux-dash/wiki">Docs</a> \
21322132
</span>\
21332133
',
21342134
link: function(scope) {

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"bugs": {
2121
"url": "https://github.com/afaqurk/linux-dash/issues"
2222
},
23+
"scripts": {
24+
"start": "gulp"
25+
},
2326
"homepage": "https://github.com/afaqurk/linux-dash",
2427
"dependencies": {
2528
"express": "^4.11.1",

0 commit comments

Comments
 (0)