From 6125dd5268dc969d4714ea9c5e32ae739d1c041d Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:20:01 -0600 Subject: [PATCH] fix spelling --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ebfb91e..c059c22 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ If you encounter a problem, please post an Issue or open a PR. If you want to co * The [Price Oracle](./aqua-examples/price-oracle) provides a stylized example of how to create a price stream oracle using Rust Wasm services. Further provides a Fluent JS and Web client examples. * Rust Wasm, Fluence JS, Aqua -* The [EIP712 Validator Node](https://github.com/fluencelabs/eip712-validation-node) provides a stylized example of validating signed EIP712 forms and storing the results in a local sqlite database. WE use FLuence JS to implement both peer and client, where the peer expose sqlite crud interfacs allowing other peers to query validations and form a consensus. +* The [EIP712 Validator Node](https://github.com/fluencelabs/eip712-validation-node) provides a stylized example of validating signed EIP712 forms and storing the results in a local sqlite database. We use Fluence JS to implement both peer and client, where the peer expose sqlite crud interfaces allowing other peers to query validations and form a consensus. * Rust Wasm, Fluence JS, Aqua, SQLite ## License