diff --git a/docs/development/new-packages.md b/docs/development/new-packages.md index 39e0a774a..91c9c6c08 100644 --- a/docs/development/new-packages.md +++ b/docs/development/new-packages.md @@ -50,7 +50,7 @@ tool with `pip install -e pyodide-build`, then run: `pyodide-build mkpkg ` -This will generate a `meta.yaml` under `package//` (see +This will generate a `meta.yaml` under `packages//` (see {ref}`meta-yaml-spec`) that should work out of the box for many simple Python packages. This tool will populate the latest version, download link and sha256 hash by querying PyPI. It doesn't currently handle package dependencies, so you