Skip to content

Commit a572e9d

Browse files
committed
Missing comma
1 parent e19ce21 commit a572e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Alternatively, you can call the ```configure()``` method after instantiation. Wh
3434
var Fleetctl = require("fleetctl");
3535
var fleetctl = new Fleetctl();
3636
fleetctl.configure({
37-
binary: "/Users/normanjoyner/Development/fleet/fleetctl"
37+
binary: "/Users/normanjoyner/Development/fleet/fleetctl",
3838
tunnel: "10.10.10.10"
3939
});
4040
```

0 commit comments

Comments
 (0)