Skip to content

Commit 613f761

Browse files
Fix GitHub Pages: correct demo path and improve Quick Start readability
1 parent 22ba9ea commit 613f761

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/vanilla-js-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2>Validation Benchmarks</h2>
231231

232232
<!-- Include CeriousScroll and Performance Monitor -->
233233
<script type="module">
234-
import { CeriousScroll } from '../../dist/cerious-scroll.js';
234+
import { CeriousScroll } from '../dist/cerious-scroll.js';
235235
import { PerformanceMonitor, DataGenerator, ScreenshotGenerator, BenchmarkRunner } from './performance-monitor.js';
236236

237237
class VanillaDemoApp {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h3>SQL Results</h3>
383383
<h2 style="color: #667eea; margin-bottom: 20px; font-size: 2rem;">Quick Start</h2>
384384
<p style="color: #666; margin-bottom: 20px;">Get up and running in minutes:</p>
385385

386-
<pre style="background: #2d2d2d; color: #f8f8f2; padding: 20px; border-radius: 8px; overflow-x: auto;"><code>import { CeriousScroll } from 'cerious-scroll';
386+
<pre style="background: #2d2d2d; color: #f8f8f2; padding: 20px; border-radius: 8px; overflow-x: auto; font-size: 14px; line-height: 1.5;"><code class="language-javascript">import { CeriousScroll } from 'cerious-scroll';
387387

388388
const container = document.getElementById('scroll-container');
389389
const scroller = new CeriousScroll(container, 10000, 40);

0 commit comments

Comments
 (0)