Skip to content

Commit

Permalink
Fix code example to reference the right sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
SariSaar committed Feb 1, 2022
1 parent b72a99e commit b3aedb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="markdown-body"><h1 id="configurations">Configurations</h1>
<p>There are a few configuration options that can given to the
<code>createInstance</code> method:</p>
<pre><code class="lang-js"><span class="pl-k">const</span> sharetribeIntegrationSdk = <span class="pl-c1">require</span>(<span class="pl-s">&apos;sharetribe-flex-sdk&apos;</span>);
<pre><code class="lang-js"><span class="pl-k">const</span> sharetribeIntegrationSdk = <span class="pl-c1">require</span>(<span class="pl-s">&apos;sharetribe-flex-integration-sdk&apos;</span>);

<span class="pl-k">var</span> integrationSdk = sharetribeIntegrationSdk.createInstance({

Expand Down

0 comments on commit b3aedb5

Please sign in to comment.