Explorar o código

Update README

Alexey Edelev %!s(int64=4) %!d(string=hai) anos
pai
achega
bc424e7b9c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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:***