@adhd/apigen-plugin-api-express 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  apigen target plugin (`--type api-express`) — exposes a source file's exports as an
4
4
  **Express HTTP API**. One `POST /<namespace>/<fn>` route per export (handlers call
5
- `res.json(result)`). Generates `routes.ts` to disk *and* runs a live server.
5
+ `res.json(result)`). Generates `routes.ts` to disk _and_ runs a live server.
6
6
 
7
7
  Part of [apigen](../../README.md). Driven via [`@adhd/apigen-cli`](../../cli).
8
8