Skip to content

Commit 9ac098d

Browse files
authored
Update README.md
1 parent b360982 commit 9ac098d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ source := eventsourcingdb.NewSource(
4141
)
4242
```
4343

44-
Then you can start creating events by calling the `eventsourcingdb.NewEvent` function and specify the subject of the event as well as the type of the event:
44+
Then you can start creating events by calling the `source.NewEvent` function and specify the subject of the event as well as the type of the event:
4545

4646

4747
```golang

0 commit comments

Comments
 (0)