@@ -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.
1691693 . The exchange proposes an offer to the facility with their own price map.
1701704 . 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
173173create your characteristics with ` characteristics create ` . Again, the defaults will suffice.
174174
175175Your exchange can now optionally view the price map and characteristics by using ` exchange get-interactive ` . This will
0 commit comments