]> Sergey Matveev's repositories - go-opus.git/commitdiff
Clearer intro in README
authorHraban Luyat <hraban@0brg.net>
Thu, 27 Oct 2016 16:06:55 +0000 (17:06 +0100)
committerHraban Luyat <hraban@0brg.net>
Thu, 27 Oct 2016 16:06:55 +0000 (17:06 +0100)
README.md

index 927e4ceba36d9f3e24f112f9a3994caef6f6d354..3cb63c3668e7523652ccc906a3985e0ee8ea3e56 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
 [![travis-ci status](https://api.travis-ci.org/travis-ci/travis-web.svg?branch=master "tarvis-ci build status")](https://travis-ci.org/hraban/opus)
 
-## opus, by xiph.org
+## Go wrapper for Opus
 
-This package provides Go bindings for the C library libopus and libopusfile (by
-xiph.org).
+This package provides Go bindings for the xiph.org C libraries libopus and
+libopusfile.
+
+The C libraries and docs are hosted at https://opus-codec.org/. This package
+just handles the wrapping in Go, and is unaffiliated with xiph.org.
 
 ## Details