@richmd/react 2.1.1 → 2.1.3-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -197,7 +197,7 @@ The `RichmdSlide` component accepts the following props:
197
197
  | Prop | Type | Required | Description |
198
198
  |------|------|----------|-------------|
199
199
  | `text` | string | Yes | The markdown text to render |
200
- | `isController` | boolean | Yes | Toggles the display of the slide controller |
200
+ | `isController` | boolean | No | Toggles the display of the slide controller |
201
201
  | `pdfDownload` | boolean | No | Switching to PDF distribution mode. (Default: `false`) |
202
202
 
203
203
  ## Supported Markdown Features