@botfabrik/engine-webclient 4.26.5 → 4.26.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,10 +9,10 @@ Der Name des Clients ist zugleich die Adresse unter welcher er deployed wird.
9
9
  Beispiel:
10
10
 
11
11
  ```typescript
12
- bot.addClient(Webclient('sanagate-webclient', webclientProps));
12
+ bot.addClient(Webclient('acme-webclient', webclientProps));
13
13
  ```
14
14
 
15
- Der Webclient wird auf http://meinserver.ch/sanagate-webclient deployed.
15
+ Der Webclient wird auf http://meinserver.ch/acme-webclient deployed.
16
16
 
17
17
  ## Properties
18
18