Skip to content

Commit ddfbe7a

Browse files
authored
Update README.md
1 parent ce6aec2 commit ddfbe7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ In theory, this should work with most other libraries/backends, which is another
5757
### Use cases:
5858
I mean - the main use case was for my website lol. That said, it could be useful for anyone teaching/learning HTML, as it is a very simple concept that allows for (static) components to be reused across different pages, and reduces the learning new things load on anyone using it when compared to Gulp/Pug/React/Jinja. Basically, it allows for someone to learn the fundementals of HTML/CSS without needing a backend, but for them to still be able to save time without needing to copy HTML to different files (and imagine after copying your footer to each of your files, you realise you need to rename the footer's class).
5959

60-
Basically, if you are wanting to use vanilla HTML/CSS in your website, and don't want to have to update a bunch of files everytime you change your footer, this might save you a bunch of time lol.
60+
If you are wanting to use vanilla HTML/CSS in your website, and don't want to have to update a bunch of files everytime you change your footer, this might save you a bunch of time lol.
6161

6262
### Future plans.
63-
Likewise, adding an argument that allows you to select with files types you want to search for include statements in is planned, as it would allow use with `.jsx` files, and possibly CSS files ect.
63+
Adding an argument that allows you to select which files types you want to search for include statements in is planned, as it would allow use with `.jsx` files, and possibly CSS files ect.
6464
Another future addition would be to add in the ablity to nest include statements in template files. This *might* already work, but I have not tested it, and there is the potential to get stuck in a endless loop, so for the time being I would not recommend include statements inside templates.
6565

6666

0 commit comments

Comments
 (0)