Skip to content

Commit daf79f5

Browse files
authored
Update README.md
1 parent 1497df3 commit daf79f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ If you're looking for a great way to make your development projects more robust,
5757
3. Define Templates:
5858
* By creating the _definitions array_, define the templates you want to use.
5959
* Each template should have the following:
60-
* **title** - short description of the template
61-
* **description** - longer description
62-
* **data** - a string that contains the HTML structure of a template
60+
* **title** - short description of the template
61+
* **description** - longer description
62+
* **data** - a string that contains the HTML structure of a template
6363
* Share your implementation with us on our submission form and bonus points if you add your project to our [Devpost Page](https://mlh.link/ghwdevpost)!
6464

6565
## Challenge 5
@@ -73,8 +73,8 @@ If you're looking for a great way to make your development projects more robust,
7373
3. Define Merge Fields:
7474
* By creating the _definitions array_ inside the _mergeFields configuration_, define the merge fields you want to use.
7575
* Each one should have:
76-
* **id**
77-
* **label**
76+
* **id**
77+
* **label**
7878
* **defaultValue**
7979
4. Use Merge Fields in templates: By using the id in the template, incorporate Merge Fields in your templates.
8080
* Share your implementation with us on our submission form and bonus points if you add your project to our [Devpost Page](https://mlh.link/ghwdevpost)!

0 commit comments

Comments
 (0)