ilhamdev commited on
Commit
b72027b
·
verified ·
1 Parent(s): 9091819

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -150,7 +150,7 @@ module.exports = { lumin };</code></pre>
150
  <h2>Example Usage</h2>
151
  <p>Below are some examples of how to use the <code>lumin</code> function.</p>
152
  <h3>Basic Usage</h3>
153
- <p>Send a query to the LuminAI API using GET:</p>
154
  <div class="code-block">
155
  <pre><code>const axios = require('axios');
156
 
@@ -174,7 +174,7 @@ getLuminaiResponse('example query')
174
  console.error('Error:', error);
175
  });</code></pre>
176
  </div>
177
- <p>Send a query to the LuminAI API:</p>
178
  <div class="code-block">
179
  <pre><code>const { lumin } = require('./lumin');
180
  lumin("query")
 
150
  <h2>Example Usage</h2>
151
  <p>Below are some examples of how to use the <code>lumin</code> function.</p>
152
  <h3>Basic Usage</h3>
153
+ <p>Send a query to the LuminAI API using GET:</p>
154
  <div class="code-block">
155
  <pre><code>const axios = require('axios');
156
 
 
174
  console.error('Error:', error);
175
  });</code></pre>
176
  </div>
177
+ <p>Send a query to the LuminAI API:</p>
178
  <div class="code-block">
179
  <pre><code>const { lumin } = require('./lumin');
180
  lumin("query")