Skip to content

Commit

Permalink
Improve the use of markdown in readme v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Morse committed Jan 4, 2024
1 parent e79657a commit 8b9526d
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 @@ -56,7 +56,7 @@ class Header(models.Model):

### Updating the window prompt's help-text

When adding shortcode within the editor, a window prompt will appear, the text within this prompt can be customised by providing a value for SHORTCODE_HELP_TEXT within your project's settings file. This can be helpful as to inform editors of the expected behaviour of your custom LinkHandler.
When adding shortcode within the editor, a window prompt will appear, the text within this prompt can be customised by providing a value for `SHORTCODE_HELP_TEXT` within your project's settings file. This can be helpful as to inform editors of the expected behaviour of your custom LinkHandler.

`SHORTCODE_HELP_TEXT="Enter a shortcode value"`

Expand Down

0 comments on commit 8b9526d

Please sign in to comment.