Skip to content

Commit

Permalink
Correct mistake in searchMetadata example
Browse files Browse the repository at this point in the history
  • Loading branch information
Manolo committed Dec 5, 2017
1 parent e432ad2 commit a3012bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Let’s perform a text search for all metadata that contains the word '1.32':

.. code-block:: js
conn.searchMetadata('Bicycle Inc.')
conn.searchMetadata('1.32')
.then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets))
Which leads to following result:
Expand Down

0 comments on commit a3012bc

Please sign in to comment.