Skip to content

Commit

Permalink
Merge pull request #97 from pke11y/pk_readme_img_fix
Browse files Browse the repository at this point in the history
Fix README image render
  • Loading branch information
chadell authored Oct 14, 2021
2 parents c4f0969 + d5cafaf commit 9d32a95
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 @@ -42,7 +42,7 @@ You can leverage this library in your automation framework to process circuit ma
5. Each `Parser` class supports one or a set of related data types, and implements the `Parser.parse()` method used to retrieve a `Dict` with the relevant keys/values.

<p align="center">
<img src="https://raw.githubusercontent.com/nautobot/nautobot-plugin-circuit-maintenance/develop/docs/images/new_workflow.png" width="800" class="center">
<img src="https://raw.githubusercontent.com/networktocode/circuit-maintenance-parser/develop/docs/images/new_workflow.png" width="800" class="center">
</p>

By default, there is a `GenericProvider` that support a `SimpleProcessor` using the standard `ICal` `Parser`, being the easiest path to start using the library in case the provider uses the reference iCalendar standard.
Expand Down

0 comments on commit 9d32a95

Please sign in to comment.