tweaking docs script and updating docs scripts

This commit is contained in:
Jason Salzman
2016-10-06 16:23:13 -07:00
parent 5d9a12f58f
commit 75432e9049
2 changed files with 3 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
`0` (component)
`react-add-to-calendar` (component)
===============
@@ -50,7 +50,7 @@ defaultValue: `'react-add-to-calendar__dropdown'`
### `event` (required)
type: `object`
type: `shape[object Object]`
defaultValue: `{
title: 'Sample Event',
description: 'This is the sample event provided as an example only',
@@ -62,7 +62,7 @@ defaultValue: `{
### `listItems`
type: `array`
type: `arrayOf[object Object]`
defaultValue: `[
{ apple: 'Apple Calendar' },
{ google: 'Google' },