Skip to content

Commit

Permalink
Fixing a few typos ...
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 20, 2024
1 parent ae00127 commit a7c6b96
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ software:
{
"label": [
"This is a very long question that could span multiple lines and easily",
"extend of the page. It also can have an",
"extend off the page. It can also have an",
"<a href='https://developer.mozilla.org/en-US/docs/Web/HTML'>HTML Link</a>",
"embedded into as mentioned in the previous feature explanation.",
"Aren't you glad that you can easily write LONG LONG questions and style or",
"add links to the questions using <b>HTML syntax</b>?"
"embedded into it as mentioned in the previous feature explanation.",
"You can easily write LONG LONG questions and style or add links to the",
"questions using <b>HTML syntax</b>."
],
"name": "message",
"type": "textarea",
Expand All @@ -70,7 +70,10 @@ software:

+ **email in usage instructions** by adding **HTML tag** with the `class` property set
to `email-placeholder` placeholder, your *email* will be extracted from the
`config.json` file and rendered into the text.
`config.json` file and rendered into the text:
```HTML
Send form to: <strong class='email-placeholder'>[Email Address]</strong>.
```

## Usage
Here we outline the `Parley` software's *intended* use. Specifically we will go over
Expand Down

0 comments on commit a7c6b96

Please sign in to comment.