diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:02:40 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:02:40 -0400 |
commit | 994145b147f63bd829954df46d236f4bc6ba266b (patch) | |
tree | e2a53b41d1489fa108eebf7459bc82c868c36a31 /network | |
parent | 903e5c8cad55cabe98674ae50d5df33766510477 (diff) |
network/netsurf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/netsurf/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/netsurf/README b/network/netsurf/README index c99baf10ac08..51281970795d 100644 --- a/network/netsurf/README +++ b/network/netsurf/README @@ -1,6 +1,6 @@ -NetSurf is a free, open source web browser. It is written in C and released -under the GNU Public Licence version 2. NetSurf has its own layout and -rendering engine entirely written from scratch. It is small and capable of -handling many of the web standards in use today. +NetSurf is a free, open source web browser. It is written in C and +released under the GNU Public Licence version 2. NetSurf has its own +layout and rendering engine entirely written from scratch. It is small +and capable of handling many of the web standards in use today. Build-time requires: perl-html-parser |