diff --git a/README.md b/README.md index b16a581df01ee290dbd3455bd8cbaf7ae6ea96c6..f20ad67fd2c151a05ce67dd0d8797f9b9d1ca811 100644 --- a/README.md +++ b/README.md @@ -355,8 +355,8 @@ db.c --- Certain Redis commands operate on specific data types, others are general. -Examples of general operations are `DEL` and `EXPIRE`. They operate on keys -and not on their values specifically. All those generic operations are +Examples of generic commands are `DEL` and `EXPIRE`. They operate on keys +and not on their values specifically. All those generic commands are defined inside `db.c`. Moreover `db.c` implements an API in order to perform certain operations