diff --git a/data/y-web/jquery/Makefile.am b/data/y-web/jquery/Makefile.am index 5afe4b8a3..3180c7eb1 100644 --- a/data/y-web/jquery/Makefile.am +++ b/data/y-web/jquery/Makefile.am @@ -1,6 +1,6 @@ installdir = $(PRIVATE_HTTPDDIR)/jquery -# jQuery library; see https://jquery.com/ +# jQuery framework; see https://jquery.com/ install_DATA = jquery.min.js # jQuery user interface; see https://jqueryui.com/ diff --git a/data/y-web/prototype/Makefile.am b/data/y-web/prototype/Makefile.am index 8c8a7f9bc..dc2b6763e 100644 --- a/data/y-web/prototype/Makefile.am +++ b/data/y-web/prototype/Makefile.am @@ -1,6 +1,6 @@ installdir = $(PRIVATE_HTTPDDIR)/prototype -# prototype library; see http://prototypejs.org/ +# prototype framework; see http://prototypejs.org/ install_DATA = prototype.js # prototype effects; see http://script.aculo.us