Skip to content

Commit ff4c7cc

Browse files
updated the Doc
1 parent 60206fb commit ff4c7cc

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ console.log(result);
7272

7373
Install this library in your app to submit code for evaluation.
7474

75-
* Splits code into test cases
75+
* Splits test cases into batches
7676
* Sends to Redis queue
7777
* Retrieves results back
7878

docs/src/app/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function DocsPage() {
5050
<ul className="space-y-2 text-sm text-blue-800">
5151
<li className="flex items-start">
5252
<Lightbulb className="w-4 h-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" />
53-
<span>Splits code into test cases</span>
53+
<span>Splits test cases into batches</span>
5454
</li>
5555
<li className="flex items-start">
5656
<Lightbulb className="w-4 h-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" />

docs/src/app/npm/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function NPMPage() {
2121
</div>
2222
<h1 className="text-4xl md:text-5xl font-bold text-gray-900 mb-6">Judge<span className="text-orange-600">Lib</span> NPM Library</h1>
2323
<p className="text-xl text-gray-600 mb-8">
24-
A distributed code-execution library that divides test cases into batches, stores them in Redis,
24+
A distributed code-execution library that divides large test cases into batches, stores them in Redis,
2525
and executes them efficiently using background workers.
2626
</p>
2727
<div className="bg-gray-900 rounded-lg p-4 text-green-400 font-mono text-lg mb-8 max-w-md mx-auto">

docs/src/app/selfhost/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,13 +590,14 @@ export default function SelfHostPage() {
590590
variant="ghost"
591591
className="text-gray-400 hover:text-white"
592592
onClick={() =>
593-
handleCopyCode("docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
593+
handleCopyCode(" docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81 ")
594594
}
595595
>
596596
<Copy className="w-4 h-4" />
597597
</Button>
598598
</div>
599-
<code>docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
599+
<code> docker pull lightningsagar/worker:210b8cfd943b24e7381c4c8f1f3114c2d1fd3d81
600+
</code>
600601
</div>
601602
</div>
602603
{/* Step 4 */}

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ console.log(result);
7272

7373
Install this library in your app to submit code for evaluation.
7474

75-
* Splits code into test cases
75+
* Splits test cases into batches
7676
* Sends to Redis queue
7777
* Retrieves results back
7878

0 commit comments

Comments
 (0)