Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmiles committed Nov 11, 2015
1 parent c376dab commit 062b241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -70,7 +70,7 @@ This function will create a new Realtime file and store it in Google Drive.
<td>
The name of the newly created document. Note that all new files are
created using the <code>'application/vnd.google-apps.drive-sdk'</code>
mime type. To override this mimetype, pass in mimeType and a stirng value
mime type. To override this mimetype, pass in mimeType and a string value
as an option when instantiating RealtimeUtils.
</td>
</tr>
Expand All @@ -86,7 +86,7 @@ This function will create a new Realtime file and store it in Google Drive.
</table>

### RealtimeUtils.load(documentId, onFileLoaded, initializeModel)
Load a new document that is persisted in Google Drive.
Load a new or existing document that is persisted in Google Drive.
<table>
<tr>
<th>Name</th>
Expand All @@ -105,7 +105,7 @@ Load a new document that is persisted in Google Drive.
<td>Function</td>
<td>
The function that will be invoked after the file has been loaded. See the
official [Realtime documentation](https://devsite.googleplex.com/google-apps/realtime/reference/gapi.drive.realtime#.load)
official <a href="https://devsite.googleplex.com/google-apps/realtime/reference/gapi.drive.realtime#.load">Realtime documentation</a>
for more information regarding arguments.
</td>
</tr>
Expand All @@ -114,7 +114,7 @@ Load a new document that is persisted in Google Drive.
<td>Function</td>
<td>
If this is the first time this document has been opened, the Realtime
model will be initialized. See the official [Realtime Documentation](https://devsite.googleplex.com/google-apps/realtime/reference/gapi.drive.realtime#.load)
model will be initialized. See the official <a href="https://devsite.googleplex.com/google-apps/realtime/reference/gapi.drive.realtime#.load">Realtime Documentation</a>
for more information regarding arguments.
</td>
</tr>
Expand Down

0 comments on commit 062b241

Please sign in to comment.