Skip to content

Commit

Permalink
Update remapped module path for README
Browse files Browse the repository at this point in the history
  • Loading branch information
matman26 committed Jan 7, 2022
1 parent 28d55a3 commit 9526d91
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 @@ -31,7 +31,7 @@ before usage. The main project file must therefore contain something similar to:

```python
from nornir import InitNornir
from nornir_csv.plugins.inventory.csv_inventory import CsvInventory
from nornir_csv.plugins.inventory import CsvInventory
from nornir.core.plugins.inventory import InventoryPluginRegister

InventoryPluginRegister.register("CsvInventoryPlugin", CsvInventory)
Expand Down

0 comments on commit 9526d91

Please sign in to comment.