From cd59a86b2e9f1de299ef28a356e02285628f2d87 Mon Sep 17 00:00:00 2001 From: carson Date: Tue, 13 Jul 2021 17:27:45 -0600 Subject: [PATCH] explaining rest --- www/essays/rest-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/essays/rest-explained.md b/www/essays/rest-explained.md index 0bea96c7..15f3ad61 100644 --- a/www/essays/rest-explained.md +++ b/www/essays/rest-explained.md @@ -189,7 +189,7 @@ You don't need to know much about this, except that [CDNs exist](https://en.wiki ### [Code-On-Demand](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_7) Again, you don't need to know much about this, except that [Javascript exists](https://developer.mozilla.org/en-US/docs/Web/javascript), and -you [shouldn't use it](https://htmx.org). (I kid. Kinda.) +that it's the only part that's optional. ## Section 5.2 - [REST Architectural Elements](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_2)