Skip to content

Commit ec377cb

Browse files
authored
Update README.md
1 parent c7d0dbb commit ec377cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Run it with `npm install` and `npm run dev-server`.
44

5-
[Watch the solution walkthrough here](https://www.youtube.com/watch?v=pA_lq7eeGlg)
5+
[Watch the solution walkthrough here](https://www.youtube.com/watch?v=pA_lq7eeGlg).
66

77
## How it works
88

99
### Creating a data type
1010

11-
Much like the Hackathon, the Editor creates a new post type and define the fields.
11+
Much like the Hackathon, the Editor is used to create a new data type and define its fields.
1212

13-
The "fields" in this prototype are limited to the content areas.
13+
**The "fields" in this prototype are limited to the content areas.**
1414

1515
When you select a Group block, a new inspector control ("Content area") is added to the sidebar,
1616
where you can bind the contents to a specific part of the post object:

0 commit comments

Comments
 (0)