Skip to content

Commit

Permalink
README.md: fix typos
Browse files Browse the repository at this point in the history
* Fix the description of the usage examples in README.md
  • Loading branch information
eddie9712 authored and JEnoch committed Jul 28, 2022
1 parent 828c1ea commit 79a136e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
```
or
```bash
z_put -p /demo/example/test -v 'Hello World'
z_put -k /demo/example/test -v 'Hello World'
```

### z_pub
Expand All @@ -60,7 +60,7 @@
```
or
```bash
z_pub -p /demo/example/test -v 'Hello World'
z_pub -k /demo/example/test -v 'Hello World'
```

### z_sub
Expand All @@ -74,7 +74,7 @@
```
or
```bash
z_sub -s /demo/**
z_sub -k /demo/**
```

### z_pull
Expand All @@ -89,7 +89,7 @@
```
or
```bash
z_pull -s /demo/**
z_pull -k /demo/**
```

### z_get
Expand All @@ -104,7 +104,7 @@
```
or
```bash
z_get -s /demo/**
z_get -k /demo/**
```

### z_eval
Expand All @@ -119,7 +119,7 @@
```
or
```bash
z_eval -p /demo/example/eval -v 'This is the result'
z_eval -k /demo/example/eval -v 'This is the result'
```

### z_storage
Expand All @@ -136,7 +136,7 @@
```
or
```bash
z_storage -s /demo/**
z_storage -k /demo/**
```

### z_pub_shm & z_sub_shm
Expand Down

0 comments on commit 79a136e

Please sign in to comment.