Skip to content

Commit 42c41b5

Browse files
committed
md list
1 parent 6802cd4 commit 42c41b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
Rhino.Scripting is a complete re-implementation of the original **RhinoScript syntax** in and for F# (and C#).<br>
1212
Before this repo, the high-level RhinoScript API was only available for VBScript and (Iron-)Python.<br>
1313
This repo enables the use of the RhinoScriptSyntax in F# and C#<br>
14-
together with all the great coding experience and editor tooling that come with F# and C#, like:
15-
* automatic code completion while typing.
16-
* automatic error checking and highlighting in the background.
17-
* type info on mouse over.
18-
* type safety even without type annotation (= type inference in F#).
14+
together with all the great coding experience and editor tooling that come with F# and C#, like:<br>
15+
- automatic code completion while typing.<br>
16+
- automatic error checking and highlighting in the background.<br>
17+
- type info on mouse over.<br>
18+
- type safety even without type annotation (= type inference in F#).<br>
1919

2020
## What is RhinoScript?
2121

0 commit comments

Comments
 (0)