File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ memory. No need for SQL.Changes to the model are saved to disk in an event store
1010## Current state of the project
1111
1212The project is in an early stage. I am currently exploring the API. There will
13- by many breaking changes. There will probably also be changes, how the data is
14- stored on disk, without the posibility to migrate the data.
13+ be many breaking changes. There will probably also be changes, how the data is
14+ stored on disk, without the possibility to migrate the data.
1515
16- Please inform me, if you plan to use this platform, so I can keep your usecase
16+ Please inform me, if you plan to use this platform, so I can keep your use case
1717in mind and consider writing migrations.
1818
1919
@@ -80,7 +80,7 @@ All other methods are read requests. This means, that a `GET` request can not
8080alter the Model.
8181
8282The platform can handle many read requests at the same time. But there can only
83- be one concurent write request. When a write request is processed, all other
83+ be one concurrent write request. When a write request is processed, all other
8484write request and all read requests have to wait.
8585
8686All events are only persisted to disk, if ` handle_request! ` returns with Ok. On
You can’t perform that action at this time.
0 commit comments