Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 36554e7

Browse files
author
Elijah J. Passmore
committed
Reword README.md
Signed-off-by: Elijah J. Passmore <elijah@elijahjpassmore.com>
1 parent 7f878d8 commit 36554e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ If implemented, the ESI results in two distinctly different types of services:
7878
* real time **interactive** requests
7979
* **dynamic** responses based on configured parameters and real time, location specific electricity prices
8080

81-
The registry is a simple server intended to make it easy for facilities to find an appropriate exchange to engage with,
82-
that allows exchanges to "signup" and save their information to. Then, a facility can query the registry looking for
83-
specific exchange details and easily match. A registry is decentralized, and anyone can create their own registry and
84-
have exchanges sign up.
81+
The registry is a simple server intended to make it easy for facilities to find an appropriate exchange to engage with.
82+
The registry allows exchanges to save their information, hence allowing facilities to find them. Then, a facility can
83+
query the registry looking for specific exchange details and easily match. A registry is decentralized, and anyone can
84+
create their own registry and have exchanges sign up.
8585

8686
### Setup
8787

@@ -169,7 +169,7 @@ The ESI describes the transaction process between a facility and an exchange.
169169
3. The exchange proposes an offer to the facility with their own price map.
170170
4. The facility responds to this offer, either with acceptance or their own counter offer.
171171

172-
To create your facility price map, run `price-map create`. YOu can leave the defaults as they are. Similarly, you can
172+
To create your facility price map, run `price-map create`. You can leave the defaults as they are. Similarly, you can
173173
create your characteristics with `characteristics create`. Again, the defaults will suffice.
174174

175175
Your exchange can now optionally view the price map and characteristics by using `exchange get-interactive`. This will

0 commit comments

Comments
 (0)