From 1f002f36da18276192e4887a822fddaf07aa1d96 Mon Sep 17 00:00:00 2001 From: crzrh <104079325+crzrh@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:13:25 +0100 Subject: [PATCH] docs: update README.md (#593) Update README.md Typos fixed Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a4c537e6..42f52d1884 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ZK-Rollup adapts the Go Ethereum to run as Layer 2 Sequencer. The codebase is ba Another implement for storage trie, base on patricia merkle tree, has been induced. It is feasible to zk proving in the storage part. It is specified as a flag in gensis, set `config.scroll.useZktrie` to true for enabling it. -Notice current the snapshot would be disabled by the zktrie implement. +Notice that currently the snapshot would be disabled by the zktrie implement. ## Building the source