From d55e4460fa3bc44c106ff40b78790325b05e6dcc Mon Sep 17 00:00:00 2001 From: John Beisley Date: Sat, 6 Jun 2015 12:11:57 +0100 Subject: [PATCH] Fix last commit to README.md. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b04397..5499f5e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,12 @@ Supporting additional UPnP devices and services: Supporting additional services is, in the trivial case, simply a matter of adding the service to the `dcpMetadataByDir` whitelist in -`gotasks/specgen_task.go`. However, it would be helpful if anyone needing such -a service could test the service against the service they have, and then -reporting any trouble encountered as an [issue on this +`gotasks/specgen_task.go`, regenerating the source code (see above), and +committing that source code. + +However, it would be helpful if anyone needing such a service could test the +service against the service they have, and then reporting any trouble +encountered as an [issue on this project](https://github.com/huin/goupnp/issues/new). If it just works, then please report at least minimal working functionality as an issue, and optionally contribute the metadata upstream.