diff --git a/README.md b/README.md index 3c286c9923bd3788ba221357fcc49b9ec975e741..a62b3a2dc6800a3398fe924ac8e38fbc7d82cd90 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ I use `os.Create()` to open a file for writing (plots, `.csv` files. In my "Docu ## Non bugs -The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fine. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne. +The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fyne. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne. It is not much fun typing numbers into the input form. We just use the functions from the toolkit, but the cursor and decimal point seem to jump around like a vegetarian in a butchers shop.