diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 09:59:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 09:59:26 +0200 |
commit | 4523b29d7af0ac88754eec29981306022a0d642b (patch) | |
tree | 3fb1e5a473c1694accc1ccb215726459d4f721f1 /lib/impure/web.nim | |
parent | d05df2173b95155a53e9c731f1c78b754eb2410c (diff) | |
download | Nim-4523b29d7af0ac88754eec29981306022a0d642b.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'lib/impure/web.nim')
-rw-r--r-- | lib/impure/web.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim index abd7e2498..f0c19b367 100644 --- a/lib/impure/web.nim +++ b/lib/impure/web.nim @@ -59,5 +59,5 @@ proc URLretrieveString*(url: string): TaintedString = result = stream.data.TaintedString when isMainModule: - echo URLretrieveString("http://nimrod-code.org/") + echo URLretrieveString("http://nim-code.org/") |