From a2454ebfe110052745fcb334b2cd5a0d9bbb4acc Mon Sep 17 00:00:00 2001 From: carson Date: Tue, 24 Nov 2020 06:15:08 -0700 Subject: [PATCH] improve language --- www/posts/2020-11-24-htmx-1.0.0-is-released.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/posts/2020-11-24-htmx-1.0.0-is-released.md b/www/posts/2020-11-24-htmx-1.0.0-is-released.md index a73061eb..c9a2e66c 100644 --- a/www/posts/2020-11-24-htmx-1.0.0-is-released.md +++ b/www/posts/2020-11-24-htmx-1.0.0-is-released.md @@ -30,7 +30,7 @@ HTML-oriented web development was abandoned not because hypertext was a bad idea htmx began life as [intercooler.js](https://intercoolerjs.org) back in [2013](https://github.com/bigskysoftware/intercooler-js/commit/62d3dbdb5c056ee866aba3575e148de649fc3efe). In [april](https://github.com/bigskysoftware/htmx/commit/e38dea64dd1065003a0e833d7b469d24e6bc2919) of this year I began work on a jQuery-indepenent & improved version of intercoolerjs, renamed -to htmx. I chose to rename the library because, in working on intercooler, I had come to appreciate that intercooler & htmx were completing HTML as a hypertext rather than idiosyncratic javascript libraries. +to htmx. I chose to rename the library because, in working on intercooler, I had come to appreciate that intercooler & htmx were completing HTML as a hypertext rather than just some funky, idiosyncratic javascript libraries. In [May](https://github.com/bigskysoftware/htmx/releases/tag/v0.0.1) htmx reached 0.0.1. Soon thereafter I had the good fortune of being contacted by [Ben Croker](https://twitter.com/ben_pylo) who was interested in htmx as a base for his new reactive library, [Sprig](https://putyourlightson.com/plugins/sprig). Ben was willing to be an early adopter of htmx and pushed the library along @@ -40,7 +40,7 @@ I have been very lucky to the have help and feedback from many contributors in [ I would like to thank [Devmode.fm](https://devmode.fm/) for having me on to [talk about htmx](https://devmode.fm/episodes/dynamic-html-with-htmx) and for cleaning up all my "uhhs" and "umms". -Finally, I would like to thank [Justin Sampson](https://github.com/jsampson), who took a lot of time to explain REST & HATEOAS to me and how intercooler (and now htmx) fit into that model. +Finally, I would like to thank [Justin Sampson](https://github.com/jsampson), who took a lot of time to explain REST & HATEOAS to me and how intercooler (and now htmx) fit into that model for web development. ### Changes