]> git.mxchange.org Git - flightgear.git/commitdiff
fix path
authormfranz <mfranz>
Wed, 4 Jun 2008 20:21:35 +0000 (20:21 +0000)
committermfranz <mfranz>
Wed, 4 Jun 2008 20:21:35 +0000 (20:21 +0000)
docs-mini/README.protocol

index 0fa865884bfcb5261875edc11b1bc740ddafd4c6..60b4f3ef6767fa9d81465c45880905e269f57614 100644 (file)
@@ -1,7 +1,7 @@
 The generic communication protocol for FlightGear provides a powerful way
 of adding a simple ASCII based or binary input/output protocol, just by
 defining an XML encoded configuration file and placing it in the
-$FG_ROOT/data/Protocols/ directory.
+$FG_ROOT/Protocol/ directory.
 
 
 
@@ -186,7 +186,7 @@ P=3.59
 
 -- writing data in XML syntax -------------------------------------------------
 
-Assuming the file is called $FG_ROOT/Protocols/xmltest.xml, then it could be
+Assuming the file is called $FG_ROOT/Protocol/xmltest.xml, then it could be
 used as   $ fgfs --generic=file,out,1,/tmp/data.xml,xmltest