branch: master
commit 2604824e5dfbe1ba23210f9d5c966fd8918832c4
Author: Mario Lang <ml...@blind.guru>
Commit: Mario Lang <ml...@blind.guru>

    Release version 0.2
---
 packages/osc/osc.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/osc/osc.el b/packages/osc/osc.el
index 5450751..a63d382 100644
--- a/packages/osc/osc.el
+++ b/packages/osc/osc.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2019  Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <ml...@blind.guru>
-;; Version: 0.1
+;; Version: 0.2
 ;; Keywords: comm, processes, multimedia
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -39,11 +39,11 @@
 
 ;; Usage:
 ;;
-;; Client: (setq my-client (osc-make-client "localhost" 7770))
+;; Client: (setq my-client (osc-make-client "127.0.0.1" 7770))
 ;;         (osc-send-message my-client "/osc/path" 1.5 1.0 5 "done")
 ;;         (delete-process my-client)
 ;;
-;; Server: (setq my-server (osc-make-server "localhost" 7770
+;; Server: (setq my-server (osc-make-server "127.0.0.1" 7770
 ;;          (lambda (path &rest args)
 ;;            (message "OSC %s: %S" path args))))
 

Reply via email to