Skip to content

Commit a9b8f67

Browse files
committed
Some markup fixes
1 parent e2da63d commit a9b8f67

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/insert.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@
4848
Upload as base64 string, useful for data taken from <code>canvas</code>
4949
</td>
5050
<td>
51-
Example:
52-
<pre><code>Images.insert({
53-
file: 'data:image/png,base64str…’,
54-
isBase64: true, // <— Mandatory
55-
fileName: 'pic.png', // <— Mandatory
56-
type: 'image/png'
57-
});</code></pre>
51+
<a href="https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload)#upload-base64-string">See Examples</a>
5852
</td>
5953
</tr>
6054
<tr>

0 commit comments

Comments
 (0)