Commit 5adb88f7 authored by Tomáš Peterka's avatar Tomáš Peterka

Add quotes in replicate_storage.rst

parent 82bd4819
......@@ -72,7 +72,7 @@ update is executed.
.. code-block:: javascript
jio_instance.put("myNameCard", {
jio_instance.put('myNameCard', {
email: 'jb@td.com'
}).then(function (response) {
// response -> 'myNameCard'
......@@ -84,7 +84,7 @@ update is executed.
.. code-block:: javascript
jio_instance.put(myNameCard, {
jio_instance.put('myNameCard', {
email: 'kyle@td.com',
}).then(function (response) {
// response -> 'myNameCard'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment