X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=f1f5a953255287190c34b19b63ce1b6a2f904ac5;hb=d568459fc424175df73779da8cae92fee466abf6;hp=f7399404f88052c656d67eb0607e55cc3d36d113;hpb=5cac23de1963880d8fb3aed4be47ec2894cf520c;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.