From 931e29cd64592640b99d7347c091fec77a07ce4a Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 26 Jan 2021 19:57:07 -0800 Subject: [PATCH] docs: add missing contextBridge API to README (#27485) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index abe6a64634d5..dee27988c76c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -143,6 +143,7 @@ These individual tutorials expand on topics discussed in the guide above. ### Modules for the Renderer Process (Web Page): +* [contextBridge](api/context-bridge.md) * [desktopCapturer](api/desktop-capturer.md) * [ipcRenderer](api/ipc-renderer.md) * [remote](api/remote.md)