# Reading Time

Reading time of the post can be read from `frontmatter.readingTime` in
_PostLayout_ or accessed as `readingTime` in MDX.

Reading time object for this post looks like this:

<Pre>
  <Code>{JSON.stringify(readingTime, null, 2)}</Code>
</Pre>

---

```mdx
Reading time of the post can be read from `frontmatter.readingTime` in
_PostLayout_ or accessed as `readingTime` in MDX.

Reading time object for this post looks like this:

<Pre>
  <Code>{JSON.stringify(readingTime, null, 2)}</Code>
</Pre>
```
