Skip to content

Commit f35c0f3

Browse files
Update API URL and documentation
Related to #101 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ColinEberhardt/applause-button/issues/101?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 02afd7a commit f35c0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts.
99

10-
**NOTICE:** The free and hosted version of this service is no longer operational. If you want to use the applause button on your website you are encouraged to host the back-end yourself using the code from the following repo: https://github.com/ColinEberhardt/applause-button-server
10+
**NOTICE:** The free and hosted version of this service is no longer operational. If you want to use the applause button on your website you are encouraged to host the back-end yourself using the code from the following repo: https://github.com/ColinEberhardt/applause-button-server. Alternatively, you can use the service hosted by a community member at `https://applause.chabouis.fr`.
1111

1212
## Minimal example
1313

@@ -21,7 +21,7 @@ The applause button is a custom element that can be added directly to the page.
2121
</head>
2222
<body>
2323
<!-- add the button! -->
24-
<applause-button style="width: 4rem" />
24+
<applause-button style="width: 4rem" api="https://applause.chabouis.fr" />
2525
</body>
2626
```
2727

0 commit comments

Comments
 (0)