From a49f702816c860753930e877f6b1e751aa160d29 Mon Sep 17 00:00:00 2001 From: Matt Johnstone <87825460+johnstonematt@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:18:47 +0200 Subject: [PATCH] Update README.md - fix typo Co-authored-by: Jeff Schroeder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f05e0..4a4250d 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The table below describes the various metric labels: | Label | Description | Options / Example | |--------------------|-------------------------------------|------------------------------------------------------| | `nodekey` | Validator identity account address. | e.g, `Certusm1sa411sMpV9FPqU5dXAYhmmhygvxJ23S6hJ24` | -| `votkey` | Validator vote account address. | e.g., `CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu` | +| `votekey` | Validator vote account address. | e.g., `CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu` | | `address` | Solana account address. | e.g., `Certusm1sa411sMpV9FPqU5dXAYhmmhygvxJ23S6hJ24` | | `version` | Solana node version. | e.g., `v1.18.23` | | `status` | Whether a slot was skipped or valid | `valid`, `skipped` |