summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-11 22:22:29 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:46 +0200
commit3c8650b4a719d610e581d716d5f93662272311a3 (patch)
tree109e286c8dbcdb5a71b0a4871a102a37902a71ea /development
parent38197948aae14742997eabf55e1fb07e225fa303 (diff)
downloadslackbuilds-3c8650b4a719d610e581d716d5f93662272311a3.tar.gz
development/mono-basic: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/mono-basic/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/mono-basic/README b/development/mono-basic/README
index d8cb327d9b..1ffa8d8d53 100644
--- a/development/mono-basic/README
+++ b/development/mono-basic/README
@@ -1,6 +1,7 @@
A Native compiler for Visual Basic.NET support in Mono.
-Having a native compiler for Visual Basic not only allows developers that
-wish to completely develop a Mono supported platform, but also allows
-applications that depend on the CodeDOM (ASP.NET for example) to be
-developed using Visual Basic. Something that before the availability of the
-compiler was not possible.
+
+Having a native compiler for Visual Basic not only allows developers
+that wish to completely develop a Mono supported platform, but also
+allows applications that depend on the CodeDOM (ASP.NET for example)
+to be developed using Visual Basic. Something that before the
+availability of the compiler was not possible.