You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Parasol's ongoing development is focused on enhancing vector graphics programmin
33
33
34
34
### Application Example
35
35
36
-
Here's an example of a simple client application written in Fluid. It loads an SVG file and displays the content in a window for the user. Notice that the SVG is parsed in one line of code and all resource cleanup is handled in the background by the garbage collector. You can find more example programs [here](examples/).
36
+
This is an example of a simple client application written in Fluid. It loads an SVG file and displays the content in a window for the user. Notice that the SVG is parsed in one line of code and all resource cleanup is handled in the background by the garbage collector. You can find more example programs [here](examples/).
0 commit comments