From d98d27075806a0ea8ae885192c302e4f006f317d Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Thu, 22 Feb 2024 16:04:09 -0800 Subject: [PATCH 1/2] Bootstraps aren't shoelaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4645021..6e363fd 100644 --- a/README.md +++ b/README.md @@ -763,7 +763,7 @@ All the patterns shown above should work regardless, only the import paths are d "Laces" is somewhat of a reference to the feature of tying data and templates together. The components are also "self-rendering," which could be seen as "self-reliance," which relates to "bootstrapping." -And aren't "bootstraps" just a long kind of "(shoe)laces?" +And while "bootstraps" aren't really "(shoe) laces," my mind made the jump anyhow. Finally, it is a nod to [@mixxorz](https://github.com/mixxorz)'s fantastic [Slippers package](https://github.com/mixxorz/slippers), which also takes a component focused approach to improve the experience when working with Django templates, but in a quite different way. From 49ca3ffaba00298cf264afebdb8838973e011a9f Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Thu, 22 Feb 2024 16:04:32 -0800 Subject: [PATCH 2/2] Improve readabililty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e363fd..0450fe3 100644 --- a/README.md +++ b/README.md @@ -765,7 +765,7 @@ All the patterns shown above should work regardless, only the import paths are d The components are also "self-rendering," which could be seen as "self-reliance," which relates to "bootstrapping." And while "bootstraps" aren't really "(shoe) laces," my mind made the jump anyhow. -Finally, it is a nod to [@mixxorz](https://github.com/mixxorz)'s fantastic [Slippers package](https://github.com/mixxorz/slippers), which also takes a component focused approach to improve the experience when working with Django templates, but in a quite different way. +Finally, it's a nod to [@mixxorz](https://github.com/mixxorz)'s fantastic [Slippers package](https://github.com/mixxorz/slippers), which also takes a component-driven approach to improving the development experience with Django templates, but in a quite different way. ### Supported versions