Browse Source

Update README

Alexey Edelev 4 years ago
parent
commit
bc424e7b9c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -236,9 +236,9 @@ qtprotobuf_generate is cmake helper function that automatically generates STATIC
 
 >**Note:** enabled by default if MULTI option provided
 
-#### qtprotobuf_link_archive
+#### qtprotobuf_link_target
 
-qtprotobuf_link_archive is cmake helper function that links whole archive to your library or executable target. It's useful when you try to link generated target to shared library or/and to executable that doesn't utilize all protobuf generated classes directly from C++ code, but requires them from QML.
+qtprotobuf_link_target is cmake helper function that links generated protobuf target to your binary. It's useful when you try to link generated target to shared library or/and to executable that doesn't utilize all protobuf generated classes directly from C++ code, but requires them from QML.
 
 ***Parameters:***