Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Krieger committed Dec 9, 2019
1 parent a8c7c1f commit 1f1d0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ go build -o service-shark.exe main.go
Bind argument to environment variable with "env:{VAR_NAME}".
```

Exampe
Example
```
service-shark.exe -name MyService -workdir C:/MyService -cmd java -- -jar MyProg.jar -Xmx1G -myArg "env:TEST_VALUE"
```
Service Shark will run ``java`` with ``-jar MyProg.jar -Xmx1G -myArg "123"`` from ``C:/MyService``.

See [example/test-example-service.ps1](./example/test-example-service.ps1) for a complate example.
See [example/test-example-service.ps1](./example/test-example-service.ps1) for a complete example.

0 comments on commit 1f1d0e6

Please sign in to comment.