Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 12, 2019
1 parent a84478f commit 9ef49c2
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 @@ -23,7 +23,7 @@ See `odm --help` for more options.

By default CloudODM will randomly choose a default node from the list of [publicly available nodes](https://github.com/OpenDroneMap/CloudODM/blob/master/public_nodes.json). If you are running your own processing node via [NodeODM](https://github.com/OpenDroneMap/NodeODM) you can add a node by running the following:

`odm node add mynode http://nodeaddress:nodeport`
`odm node add mynode http://address:port`

Then run odm as following:

Expand All @@ -35,7 +35,7 @@ If no node is specified, the `default` node is selected. To see a list of nodes

For more information run `odm node --help`.

If you are interested in adding your node to the list of [public nodes]((https://github.com/OpenDroneMap/CloudODM/blob/master/public_nodes.json) please open an [issue](https://github.com/OpenDroneMap/CloudODM/issues).
If you are interested in adding your node to the list of [public nodes](https://github.com/OpenDroneMap/CloudODM/blob/master/public_nodes.json) please open an [issue](https://github.com/OpenDroneMap/CloudODM/issues).

## Running From Sources

Expand Down

0 comments on commit 9ef49c2

Please sign in to comment.