Skip to content

Commit

Permalink
Adjusted README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 4, 2023
1 parent 40979d5 commit 18182bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Please note, it is recommended to install Python packages into a Python virtual

## Getting started

Define aggregates and applications in the usual way. Please note, aggregate
sequences in EventStoreDB start from position `0`, so set INITIAL_VERSION
on your aggregate classes accordingly.
Define aggregates and applications in the usual way. Please note, "streams"
in EventStoreDB are constrained to start from position `0`, and this package
expects the `originator_version` of the first event in an aggregate sequence
to be `0`, so you must set `INITIAL_VERSION` on your aggregate classes to `0`.

```python
from eventsourcing.application import Application
Expand Down

0 comments on commit 18182bc

Please sign in to comment.