Skip to content

Commit 490f962

Browse files
committed
Fix doc examples README
1 parent d88415d commit 490f962

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/docs/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Command examples for redis.io
22

3-
## How to add example
3+
## How to add examples
44

55
Create regular node file in the current folder with meaningful name. It makes sense prefix example files with
66
command category (e.g. string, set, list, hash, etc) to make navigation in the folder easier.
77

8-
**Keep in mind that file names should be consistent across all clients.**
9-
108
### Special markup
119

10+
See https://github.com/redis-stack/redis-stack-website#readme for more details.
1211

13-
14-
## How to test example
12+
## How to test the examples
1513

1614
Just include necessary assertions in the example file and run
1715
```bash

0 commit comments

Comments
 (0)