content update

This commit is contained in:
2021-09-19 13:41:50 +02:00
parent 971ff67b26
commit 1c7d6955da
10 changed files with 286 additions and 41 deletions

View File

@ -16,7 +16,7 @@ SVG is generally the image container of choice having used it for illustrations,
chip or device specifications, and visual outputs generated by code. SVG is
plain xml that is structured with some top level object/properties followed by
standardized objects that draw lines and shapes.
The hope here is that we can call a predefined go proceedure that parses
The hope here is that we can call a predefined go procedure that parses
some section of markdown source code and instantiates the corresponding svg file
under our static folder that is then referenced.
@ -33,7 +33,7 @@ statements.
### Build Instructions
Building `libfms` and `kgt` from source was not too much of a hassle although
the build / dependancy documentation could be better. This was build with my
the build / dependency documentation could be better. This was build with my
WLS-Ubuntu environment.
``` bash