Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 27, 2021
1 parent c33d66d commit 04fbb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFCs/0002-pluggable-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Let's see how this looks into a `package_index.json` example:

In this case we are adding an hypotetical `ble-discovery` version `1.0.0` to the toolset of the vendor `arduino`. From now on, we can uniquely refer to this discovery with the pair `PACKAGER` and `DISCOVERY_NAME`, in this case `arduino` and `ble-discovery` respectively.

The compressed archive of the discovery must contain only a single executable file (the discovey itself) inside a single root folder. This is mandatory since the CLI will run this file automatically when the discovery is started.
The compressed archive of the discovery must contain only a single executable file (the discovery itself) inside a single root folder. This is mandatory since the CLI will run this file automatically when the discovery is started.

#### Discovery tools integration

Expand Down

0 comments on commit 04fbb3b

Please sign in to comment.