From 1b2e7a9453227d08789fc0a76b1aef4c4bb02577 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 15 Jan 2020 11:12:59 -0500
Subject: switched to perl
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'README')
diff --git a/README b/README
index 19789c6..dac1667 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ This is a Model UN conference I help run, and it requires an obscene number of f
## Components
-PDFTeX will provide the backend for generating PDF documents, and will be wrapped by a CGI shell script (allowing nginx+uwsgi to host it).
+PDFTeX will provide the backend for generating PDF documents, and will be wrapped by a CGI perl script (allowing nginx+uwsgi to host it).
The shell script will take a POST request from a basic HTML page (text box and submit button), which is preserved with cookies.
--
cgit