Skip to content

Commit

Permalink
Update README.md (#195)
Browse files Browse the repository at this point in the history
Path to app.info.ts was incorrect.
  • Loading branch information
boatcoder authored Oct 18, 2024
1 parent 2a40e77 commit 40c3fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ It is recommended that the Angular CLI be installed globally `npm i -g @angular/

The Freeboard-SK application will look to connect to a Signal K server at the *ip address:port* contained in the url of your browser.

In development mode you are able to specify the Signal K server host address and port you wish to connect to by editing the `DEV_SERVER` object in the `src/app.info.ts` file.
In development mode you are able to specify the Signal K server host address and port you wish to connect to by editing the `DEV_SERVER` object in the `src/app/app.info.ts` file.
```
DEV_SERVER {
host: '192.168.99.100',
Expand Down

0 comments on commit 40c3fd5

Please sign in to comment.