Skip to content

Commit 124ae63

Browse files
authored
Merge pull request #37 from ben-bourdin451/patch-1
update readme
2 parents 6084e84 + 9d351df commit 124ae63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ that is used as the room-name in the connection provider.
3737
<b><code>provider.on('synced', function(idbPersistence: IndexeddbPersistence))</code></b>
3838
<dd>
3939
The "synced" event is fired when the connection to the database has been established
40-
and all available content has been loaded. The event is also fired when no content
41-
is available yet.
40+
and all available content has been loaded. The event is also fired if no content
41+
is found for the given doc name.
4242
</dd>
4343
<b><code>provider.set(key: any, value: any): Promise&lt;any&gt;</code></b>
4444
<dd>

0 commit comments

Comments
 (0)