Skip to content

Commit

Permalink
Change example unsupported block to "unsupported" (#16)
Browse files Browse the repository at this point in the history
Previously this block was shown as "poll" which may make people
mistakenly think that polls aren't actually supported by npf-renderer.
  • Loading branch information
syeopite committed Jul 5, 2024
1 parent c1dd83e commit 99e66b0
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 @@ -134,7 +134,7 @@ with open("basic_layout.css", "w") as file:
<div class="unsupported-content-block">
<div class="unsupported-content-block-message">
<h1>Unsupported content placeholder</h1>
<p>Hello! I'm a placeholder for the unsupported "poll" type NPF content block. Please report me!</p>
<p>Hello! I'm a placeholder for the unsupported "unsupported" type NPF content block. Please report me!</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 99e66b0

Please sign in to comment.