From 30160b10098dc86e772b1f97d706727aa3a909e2 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 24 May 2025 12:44:06 +0200 Subject: [PATCH] Change metacpan_web_local.yml instructions The old instructions are not valid YAML. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf0277bfc0..195902ee95 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,11 @@ with `precious path/to/file` The back end defaults to `api.metacpan.org/v1`. Running a local API server is optional and not required to hack on the front end. The address to the API being -used can be changed in the `metacpan_web.conf` file. Ideally you would create a -new file called `metacpan_web_local.conf` that contains +used can be changed in the `metacpan_web.yaml` file. Ideally you would create a +new file called `metacpan_web_local.yaml` that contains ```bash -api http://127.0.0.1:5000 +api: http://127.0.0.1:5000 ``` which will be loaded on top of the existing config file.