diff --git a/API.md b/API.md index 7244f91..2ff48db 100644 --- a/API.md +++ b/API.md @@ -56,7 +56,7 @@ After editing `.projenrc.json`, run `pj` to regenerate the project files. This c In a new directory, run: -`npx projen new ovosphal --from "@mikejgray/ovos-skill-projen@latest"` +`npx projen new ovosphalproject --from "@mikejgray/ovos-skill-projen@latest"` The instructions are the same as for creating a new skill template, except that you have an additional option to set the PHAL plugin as admin or not. The default is `false`, indicating that the PHAL plugin will not run as root. diff --git a/test/__snapshots__/OVOSPHALProject.test.ts.snap b/test/__snapshots__/OVOSPHALProject.test.ts.snap index faf8cdc..8dbf156 100644 --- a/test/__snapshots__/OVOSPHALProject.test.ts.snap +++ b/test/__snapshots__/OVOSPHALProject.test.ts.snap @@ -344,7 +344,7 @@ setup( include_package_data=True, install_requires=get_requirements(\\"requirements.txt\\"), keywords=\\"ovos plugin voice assistant\\", - entry_points={ovos.plugin.phal: PLUGIN_ENTRY_POINT}, + entry_points={\\"ovos.plugin.phal\\": PLUGIN_ENTRY_POINT}, ) ", "src/__init__.py": "from ovos_bus_client import Message