diff --git a/doc/readme.io/javascript-full-api-reference.md b/doc/readme.io/javascript-full-api-reference.md
index d8a8b8bb..9d333ac5 100644
--- a/doc/readme.io/javascript-full-api-reference.md
+++ b/doc/readme.io/javascript-full-api-reference.md
@@ -413,12 +413,8 @@ mixpanel.register({'Name': 'Pat'}, {persistent: false});
| ------------- | ------------- | ----- |
| **properties** | Objectrequired | An associative array of properties to store about the user |
| **days_or_options** | Number or Objectoptional | Options object or number of days since the user's last visit to store the super properties (only valid for persisted props) |
-| **days_or_options.days** | booleanoptional |
-- number of days since the user's last visit to store the super properties (only valid for persisted props)
-
|
-| **days_or_options.persistent=true** | booleanoptional |
-- whether to put in persistent storage (cookie/localStorage)
-
|
+| **days_or_options.days** | booleanoptional | Number of days since the user's last visit to store the super properties (only valid for persisted props) |
+| **days_or_options.persistent=true** | booleanoptional | Whether to put in persistent storage (cookie/localStorage) |
___
@@ -451,12 +447,8 @@ If default_value is specified, current super properties with that value will be
| **properties** | Objectrequired | An associative array of properties to store about the user |
| **default_value** | anyoptional | Value to override if already set in super properties (ex: 'False') Default: 'None' |
| **days_or_options** | Number or Objectoptional | Options object or number of days since the user's last visit to store the super properties (only valid for persisted props) |
-| **days_or_options.days** | booleanoptional |
-- number of days since the user's last visit to store the super properties (only valid for persisted props)
-
|
-| **days_or_options.persistent=true** | booleanoptional |
-- whether to put in persistent storage (cookie/localStorage)
-
|
+| **days_or_options.days** | booleanoptional | Number of days since the user's last visit to store the super properties (only valid for persisted props) |
+| **days_or_options.persistent=true** | booleanoptional | Whether to put in persistent storage (cookie/localStorage) |
___
@@ -811,9 +803,8 @@ mixpanel.init(PROJECT_TOKEN, {track_pageview: 'url-with-path'});
| ------------- | ------------- | ----- |
| **properties** | Objectoptional | An optional set of additional properties to send with the page view event |
| **options** | Objectoptional | Page view tracking options |
-| **options.event_name** | Stringoptional |
-- Alternate name for the tracking event
-
|
+| **options.event_name** | Stringoptional | Alternate name for the tracking event |
+
#### Returns:
| Type | Description |
| ----- | ------------- |
@@ -852,9 +843,7 @@ Delete a super property stored with the current user.
| ------------- | ------------- | ----- |
| **property** | Stringrequired | The name of the super property to remove |
| **options** | Objectoptional | |
-| **options.persistent=true** | booleanoptional |
-- whether to look in persistent storage (cookie/localStorage)
-
|
+| **options.persistent=true** | booleanoptional | Whether to look in persistent storage (cookie/localStorage) |