Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Dec 23, 2024
1 parent b812be6 commit 5e67897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crypto-vault-grpc-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gRPC service capable of managing cryptographic keys and securing data at rest (m

## Getting Started

Set up your IDE with the necessary Go tooling (such as the `delve` debugger, `grpcurl`) or use the provided [devcontainer.json file](../../.devcontainer/devcontainer.json). You can start the service by either running `go run crypto_vault_service.go` from this directory or by using the `spin-up-docker-containers Make target` from the [Makefile](../../Makefile).
Set up your IDE with the necessary Go tooling (such as the `delve` debugger or `grpcurl`) or use the provided [devcontainer.json file](../../.devcontainer/devcontainer.json). You can start the service by either running `go run crypto_vault_service.go` from this directory or by using the `spin-up-docker-containers Make target` from the [Makefile](../../Makefile).

### List available services

Expand Down

0 comments on commit 5e67897

Please sign in to comment.