diff --git a/writeframeinputtext.go b/writeframeinputtext.go
index 417a89c..20c9e5e 100644
--- a/writeframeinputtext.go
+++ b/writeframeinputtext.go
@@ -10,7 +10,7 @@ import (
 //
 //	var label string = "enter your username"
 //	
-//	WriteFrameInputText(writer, label)
+//	frameproto.WriteFrameInputText(writer, label)
 //
 // Would write this HTML  element:
 //
diff --git a/writeframeposturl.go b/writeframeposturl.go
index 0dbe6ec..befc674 100644
--- a/writeframeposturl.go
+++ b/writeframeposturl.go
@@ -10,7 +10,7 @@ import (
 //
 //	var url string = "https://example.com/my/post/path.php"
 //	
-//	WriteFramePostURL(writer, url)
+//	frameproto.WriteFramePostURL(writer, url)
 //
 // Would write this HTML  element:
 //