From 01b67c776941b8e3246c4240f67d600f88b0ab14 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Mon, 23 Dec 2024 12:15:52 +0100 Subject: [PATCH] Fix incorrect link name in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892517b3..030cf4f3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ HTTP Toolkit runs everything possible within [the web UI](https://github.com/htt * Start a locally running proxy server (here using [Mockttp](https://npmjs.com/package/mockttp)) * Launch local applications preconfigured for interception -This server exposes an API that is used by the web UI, exposing these actions and some other related information - see [`src/api/rest-api.ts`](src/api/rest-server.ts) for the full API details. +This server exposes an API that is used by the web UI, exposing these actions and some other related information - see [`src/api/rest-server.ts`](src/api/rest-server.ts) for the full API details. This server is runnable standalone as a CLI using [oclif](http://oclif.io), or can be imported into other modules to be run programmatically. The available interceptors are defined in [`src/interceptors`](src/interceptors), and some of these also use other services in here, e.g. [`src/cert-check-server.ts`](src/cert-check-server.ts) automatically checks if a certificate is trusted by a browser client, and downloads or installs (depending on the client) the certificate if not.