Skip to content

Commit c980259

Browse files
greguzgreguz
authored andcommitted
updated README
fix semicolon cli.js
1 parent 7862000 commit c980259

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ $ raidar -t 5 -p
158158
### Command line output example
159159

160160
```
161+
Multimedia
161162
version=4.1.14,time=1412273301
162163
ip: 192.168.1.160
163164
mac: 0:0d:a2:02:2e:1d

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var printStatus = function(status) {
3333

3434
for (var field in status) {
3535
if (field[0] === '_' || field === 'name') continue;
36-
print(field, status[field])
36+
print(field, status[field]);
3737
}
3838
};
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raidar",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "NetGear RAIDar node.js implementation",
55
"main": "./lib/raidar.js",
66
"scripts": {

0 commit comments

Comments
 (0)