PolicyLayerLee commited on
Commit
b7932c7
·
verified ·
1 Parent(s): 0f34ee8

Fix dataset URL casing in loading example and citation

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ The catalogue is the underlying dataset for PolicyLayer's research report,
38
  ```python
39
  from datasets import load_dataset
40
 
41
- ds = load_dataset("policylayer/mcp-server-catalogue")
42
  servers = ds["servers"]
43
  tools = ds["tools"]
44
 
@@ -128,7 +128,7 @@ For the dataset itself:
128
 
129
  ```
130
  PolicyLayer. (2026). PolicyLayer MCP Server Catalogue [Data set].
131
- Hugging Face. https://huggingface.co/datasets/policylayer/mcp-server-catalogue
132
  ```
133
 
134
  ---
 
38
  ```python
39
  from datasets import load_dataset
40
 
41
+ ds = load_dataset("PolicyLayer/mcp-server-catalogue")
42
  servers = ds["servers"]
43
  tools = ds["tools"]
44
 
 
128
 
129
  ```
130
  PolicyLayer. (2026). PolicyLayer MCP Server Catalogue [Data set].
131
+ Hugging Face. https://huggingface.co/datasets/PolicyLayer/mcp-server-catalogue
132
  ```
133
 
134
  ---