diff --git a/doc/html/developers.html b/doc/html/developers.html index 2ae171b8..4c73b87d 100644 --- a/doc/html/developers.html +++ b/doc/html/developers.html @@ -127,17 +127,18 @@
-

- FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the libraries libFLAC or libFLAC++ which are licensed under Xiph.Org's BSD license. The relevant documentation here is: + FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the lib*FLAC libraries which are licensed under Xiph.org's BSD license. The relevant documentation here is:

- There also are several examples in the FLAC code base of the use of libFLAC and libFLAC++ that may also be helpful. Visit the download page for instructions on how to get the source. + There also are several examples in the FLAC code base of API usage that may also be helpful. Visit the download page for instructions on how to get the source.