Skip to content

Commit

Permalink
more readme phrasing update
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Aug 30, 2023
1 parent e7868ab commit 5ec1806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gosmee/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<li>Download the gosmee client for your platform: <a href="https://github.com/chmouel/gosmee/#install">here</a></li>
<li>Use this endpoint URL to configure your webhook service (ie: <a href="https://docs.github.com/en/webhooks-and-events/webhooks/creating-webhooks">Github</a>, <a href="https://docs.gitlab.com/ee/user/project/integrations/webhooks.html">Gitlab</a>, <a href="https://zapier.com/apps/webhook/integrations">Zapier</a> etc..):</li>
<li><a href="{{ .URL }}" target="_blank">{{ .URL }}</a></li>
<li>Using the gosmee client you can then forward the endpoint URL to your local service (for example on <b>http://localhost:8080</b>):</li>
<li>Using the gosmee client on your desktop computer (or via a <a href="https://github.com/chmouel/gosmee/#kubernetes">kubernetes service</a>) you can then forward the endpoint URL to your local service. For example to forward the webhook to a service running on your laptop on <b>http://localhost:8080</b>):</li>
<li><div class="code">$ gosmee client {{ .URL }} http://localhost:8080</div></li>
<li>See <b>gosmee help</b> for more options.</li>
</ul>
Expand Down

0 comments on commit 5ec1806

Please sign in to comment.