Skip to content

Commit 1ef3d45

Browse files
committed
Fix usage doc in readme
1 parent 20e2872 commit 1ef3d45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This includes example code for sending an LPC limit 5 seconds after connecting t
4242
#### First Run
4343

4444
```sh
45-
go run cmd/controlbox/main.go 4713
45+
go run examples/controlbox/main.go 4713
4646
```
4747

4848
`4713` is the example server port that this process should listen on
@@ -52,7 +52,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
5252
#### General Usage
5353

5454
```sh
55-
Usage: go run cmd/controlbox/main.go <serverport> <remoteski> <certfile> <keyfile>
55+
Usage: go run examples/controlbox/main.go <serverport> <remoteski> <certfile> <keyfile>
5656
```
5757

5858
- `remoteski` is the SKI of the remote device or service you want to connect to
@@ -66,7 +66,7 @@ This includes example code for accepting LPC and LPP limits from a control box,
6666
#### First Run
6767

6868
```sh
69-
go run cmd/hems/main.go 4714
69+
go run examples/hems/main.go 4714
7070
```
7171

7272
`4714` is the example server port that this process should listen on
@@ -76,7 +76,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
7676
#### General Usage
7777

7878
```sh
79-
Usage: go run cmd/hems/main.go <serverport> <remoteski> <certfile> <keyfile>
79+
Usage: go run examples/hems/main.go <serverport> <remoteski> <certfile> <keyfile>
8080
```
8181

8282
- `remoteski` is the SKI of the remote device or service you want to connect to
@@ -90,7 +90,7 @@ This includes example code for accepting LPC from a control box.
9090
#### First Run
9191

9292
```sh
93-
go run cmd/hems/main.go 4715
93+
go run examples/hems/main.go 4715
9494
```
9595

9696
`4715` is the example server port that this process should listen on
@@ -100,7 +100,7 @@ The certificate and key and the local SKI will be generated and printed. You sho
100100
#### General Usage
101101

102102
```sh
103-
Usage: go run cmd/evse/main.go <serverport> <remoteski> <certfile> <keyfile>
103+
Usage: go run examples/evse/main.go <serverport> <remoteski> <certfile> <keyfile>
104104
```
105105

106106
- `remoteski` is the SKI of the remote device or service you want to connect to

0 commit comments

Comments
 (0)