Skip to content

Commit

Permalink
Consistent capitalization
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Mar 28, 2024
1 parent 07a60a8 commit 9c33df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ parameter (the path of the configuration file):
% cd src
% ./valkey-server /path/to/valkey.conf

It is possible to alter the valkey configuration by passing parameters directly
It is possible to alter the Valkey configuration by passing parameters directly
as options using the command line. Examples:

% ./valkey-server --port 9999 --replicaof 127.0.0.1 6379
Expand All @@ -147,16 +147,16 @@ as options using the command line. Examples:
All the options in valkey.conf are also supported as options using the command
line, with exactly the same name.

Running valkey with TLS:
Running Valkey with TLS:
------------------

Please consult the [TLS.md](TLS.md) file for more information on
how to use valkey with TLS.
how to use Valkey with TLS.

Playing with valkey
Playing with Valkey
------------------

You can use Valkey-cli to play with Valkey. Start a Valkey-server instance,
You can use valkey-cli to play with Valkey. Start a valkey-server instance,
then in another terminal try the following:

% cd src
Expand Down

0 comments on commit 9c33df9

Please sign in to comment.