Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The strategies in these specifications are inspired by some previous implementat
The individual components are usable as libraries, but the ref-engine discovery implementation can also be used from the command line:

```
$ python -m oci_discovery.ref_engine_discovery -l debug example.com/app#1.0 2>/tmp/log
$ python3 -m oci_discovery.ref_engine_discovery -l debug example.com/app#1.0 2>/tmp/log
{
"example.com/app#1.0": {
"roots": [
Expand Down