Revision: 2367 Author: KariHusa Date: Fri Oct 23 03:39:52 2009 Log: Removed reST formatting http://code.google.com/p/robotframework/source/detail?r=2367
Modified: /trunk/doc/examples/using_c/README.txt ======================================= --- /trunk/doc/examples/using_c/README.txt Wed Oct 21 02:29:59 2009 +++ /trunk/doc/examples/using_c/README.txt Fri Oct 23 03:39:52 2009 @@ -23,11 +23,11 @@ To use this example run `make` in the directory where you unzipped the `robotframework-c-example.zip` package. This will create library `liblogin.so`, a shared library that is needed to use ctypes -module. Run test by typing:: +module. Run test by typing: pybot LoginTests.tsv -You can also run the application as standalone using command:: +You can also run the application as standalone using command: python LoginLibrary.py demo mode
