diff --git a/content/en/functions/transform.Unmarshal.md b/content/en/functions/transform.Unmarshal.md
index d238565e2..d20ef1f8e 100644
--- a/content/en/functions/transform.Unmarshal.md
+++ b/content/en/functions/transform.Unmarshal.md
@@ -61,7 +61,7 @@ To get the contents of `
` in the document below, you use `{{ .message.tit
The following example lists the items of an RSS feed:
```go-html-template
-{{ with resources.Get "https://example.com/rss.xml" | transform.Unmarshal }}
+{{ with resources.GetRemote "https://example.com/rss.xml" | transform.Unmarshal }}
{{ range .channel.item }}
{{ .title | plainify | htmlUnescape }}
{{ .description | plainify | htmlUnescape }}