From dea9030a8a3ad7a33d7493d3bbf45f93b749c892 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Wed, 9 Mar 2022 20:16:28 +0000 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4b69d1..f70a160 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This module contains helpers for test driven development as - blockchain data dumps for replay -- source code examples of how to roduce and replat data dumps +- source code examples of how to produce and replay data dumps - miscellaneous helper scripts, typically for setting up temporary nodes # Usage @@ -13,8 +13,8 @@ TDD scripts and tests. ## Caveat -This module is neither part of the *Nimbus* code, not part of the automated -continuous integration tests. It is not available by default module update. +This module is neither part of the *Nimbus* code, nor part of the automated +continuous integration tests. It must not be assumed present by default. So there must be *no reference* from the active *Nimbus* code or *CI* procedures into this module. Any code found here that might be handy in the *Nimbus*