Skip to content

Commit 658f7da

Browse files
authored
Update index.html
1 parent 24a5d30 commit 658f7da

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

public/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,16 +376,19 @@ <h2>Routes</h2>
376376

377377
<!-- JSON Server -->
378378
<h2>Use your own data</h2>
379-
<p>
379+
<!-- <p>
380380
<a href="https://github.com/typicode/json-server">JSON Server</a>
381381
powers this website. You can use it to create the same fake API in less than
382382
<strong>30 seconds</strong> with your own data.
383383
</p>
384384
385-
<pre><code class="bash">npm install json-server</code></pre>
385+
<pre><code class="bash">npm install json-server</code></pre> -->
386386

387-
<p>You can also try
388-
<a href="https://my-json-server.typicode.com">My JSON Server</a> free service.</p>
387+
<p>
388+
<b>Try
389+
<a href="https://my-json-server.typicode.com">My JSON Server</a> online service.
390+
</b>
391+
</p>
389392
</main>
390393
</div>
391394

0 commit comments

Comments
 (0)