Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ Please first localize the bug based on the issue statement, and then generate a
|
|
57 |
|
58 |
Here is an example:
|
59 |
|
60 |
-
|
61 |
diff --git a/examples/server_async.py b/examples/server_async.py
|
62 |
--- a/examples/server_async.py
|
63 |
+++ b/examples/server_async.py
|
@@ -78,7 +78,7 @@ diff --git a/examples/server_sync.py b/examples/server_sync.py
|
|
78 |
+ server = run_sync_server()
|
79 |
server.shutdown()
|
80 |
|
81 |
-
|
82 |
"""
|
83 |
|
84 |
ds = load_dataset("rasdani/github-patches-10k-sample-sorted", split="train")
|
|
|
57 |
|
58 |
Here is an example:
|
59 |
|
60 |
+
\```diff
|
61 |
diff --git a/examples/server_async.py b/examples/server_async.py
|
62 |
--- a/examples/server_async.py
|
63 |
+++ b/examples/server_async.py
|
|
|
78 |
+ server = run_sync_server()
|
79 |
server.shutdown()
|
80 |
|
81 |
+
\```
|
82 |
"""
|
83 |
|
84 |
ds = load_dataset("rasdani/github-patches-10k-sample-sorted", split="train")
|