Skip to content

Commit 65324b5

Browse files
committed
Update README
1 parent 72b69db commit 65324b5

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
@@ -21,7 +21,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
2121
+ Use the `CreateConnection()` method for connecting to the database provided by the asset.
2222
Make sure to `Dispose()` of any connections you create.
2323
+ SQLite assets may be loaded from Streaming Assets folder or from memory, depending on the value of their "Streaming Assets Path" property.
24-
+ **Warning**: Android and WebGL platforms don't support loading SQLite databases from Streaming Assets and will always load them in memory.
24+
+ **Note**: Android and WebGL platforms don't support loading SQLite databases from Streaming Assets and will always load them in memory.
2525
+ `SQLiteConnection.SerializeToAsset` extension method for serializing a database to an instance of `SQLiteAsset`.
2626

2727
## How to install

0 commit comments

Comments
 (0)