summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2020-07-19 21:47:28 -0700
committerGitHub <noreply@github.com>2020-07-19 21:47:28 -0700
commit5a3c3241382033a0763e45f98a6cc6a760215079 (patch)
tree37ae4edf1ed1ef03b5fb7eff238c51af67651c4d /README.md
parent2e7d7cbabd32912342218078282fce92f6cc0ab6 (diff)
Remove erroneous tag and add license to push example (#849)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c012f1a..3a43d48 100644
--- a/README.md
+++ b/README.md
@@ -526,8 +526,8 @@ void my_push_handler(void *privdata, void *reply) {
void my_async_push_handler(redisAsyncContext *ac, void *reply) {
/* Handle the reply */
- /* Note: Because async hiredis always frees replies, you should
- not call freeReplyObject in an async push callback. */
+ /* Note: Because async hiredis always frees replies, you should
+ not call freeReplyObject in an async push callback. */
}
```