From 8f8d6b5256a065898b7a4e84c7a99875b329b2ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Nov 2024 11:24:21 +0100 Subject: [PATCH] dancer: tweaks --- mine/dancer.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mine/dancer.md b/mine/dancer.md index d16c77f..0ca7c5a 100644 --- a/mine/dancer.md +++ b/mine/dancer.md @@ -24,9 +24,9 @@ language. This piece of code might be the oldest code I have ever released as Open Source, tracing back to maybe even before 1990. We worked on and developed Dancer intensively for several years. In the late -1996, it struck me I should of course extend it so that it could exchange -currency rates for us on command. How much is 100 SEK (Swedish crowns) in USD -today? That was easy, but in order for the currency rates to be exact, I -needed to download fresh rates from somewhere daily. I found an HTTP server -that hosted rates, so I just needed a tool that could run on a schedule and -download those updated numbers. +1996, it struck me that I should add a feature that makes it offer currency +exchange rates on command. How much is 100 SEK (Swedish crowns) in USD today? +That was easy, but in order for the currency rates to be exact, I needed to +download fresh rates from somewhere daily. I found an HTTP server that hosted +rates, so I just needed a tool that could run on a schedule and download those +updated numbers.