X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;fp=README;h=f1f5a953255287190c34b19b63ce1b6a2f904ac5;hb=f5d365ec44b9e04c03c7e97e94080bcd134f319a;hp=f7399404f88052c656d67eb0607e55cc3d36d113;hpb=b8b12f1ba3da64584d122b60a80b771bfa411bf6;p=miniexpect.git diff --git a/README b/README index f739940..f1f5a95 100644 --- a/README +++ b/README @@ -21,7 +21,11 @@ Source is available from: http://git.annexia.org/?p=miniexpect.git;a=summary Using the library ----------------- -The API is described in miniexpect.h. +If you wanted to copy the library into your own code (instead of +linking to it as a dependency), you only need to copy the two files: +miniexpect.h, miniexpect.c. -To understand how to use the API, take a look at the examples and +The API is documented in the manual page (miniexpect.pod / miniexpect.3). + +For examples of how to use the API in reality, see the examples and tests in the source directory.