diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:50:27 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | 21e0fdf5241f70ce5b5caf224097da499005b847 (patch) | |
tree | 080a71e048362ba12eb7c65e9c34a19969d804b9 | |
parent | 061dcca1bf72d399fae91623891ebf7989fbfb3f (diff) | |
download | slackbuilds-21e0fdf5241f70ce5b5caf224097da499005b847.tar.gz |
ruby/rubygem-mustache: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | ruby/rubygem-mustache/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-mustache/README b/ruby/rubygem-mustache/README index af59943c5b..4cdbc31e70 100644 --- a/ruby/rubygem-mustache/README +++ b/ruby/rubygem-mustache/README @@ -1,3 +1,3 @@ -Mustache is a framework-agnostic way to render logic-free views. It emphasizes -separating logic from presentation: it is impossible to embed application logic -in this template language. +Mustache is a framework-agnostic way to render logic-free views. +It emphasizes separating logic from presentation: it is impossible to +embed application logic in this template language. |