From a3012bcc342ca8180fcb75e8eb54e1807e22dbe7 Mon Sep 17 00:00:00 2001 From: Manolo Date: Tue, 5 Dec 2017 16:10:43 +0100 Subject: [PATCH] Correct mistake in searchMetadata example --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 53334613..268f0b34 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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: