From 0d57ed9a93c4dcb8dc785ec6edbfefdf55215d2c Mon Sep 17 00:00:00 2001 From: DylanSpeiser Date: Mon, 8 Jul 2024 11:50:55 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ffd11..cdccb9d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BM Camera Control WebUI -This web app is utilizes the [Blackmagic](https://blackmagicdesign.com) Camera Control REST API to control cameras with a vanilla JS web interface. Modeled after the interface of ATEM Software Control, most of the camera's functions that can be controlled by the API are available here. +This web app utilizes the [Blackmagic](https://blackmagicdesign.com) Camera Control REST API to control cameras with a vanilla JS web interface. Modeled after the interface of ATEM Software Control, most of the camera's functions that can be controlled by the API are available here. >This program was written based on the official REST API documentation from Blackmagic, which can be found [here](https://documents.blackmagicdesign.com/DeveloperManuals/RESTAPIforBlackmagicCameras.pdf) @@ -138,4 +138,4 @@ If you're having trouble and don't know why, check the browser console. ### For License and Copyright details, See `LICENSE.txt` (c) 2024 Dylan Speiser
-Licensed under the GNU General Public License \ No newline at end of file +Licensed under the GNU General Public License