Skip to content

Commit dc32581

Browse files
committed
fix readme
1 parent 299c81b commit dc32581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Features:
44

5-
1. Design for ARC/ORC, no need manually close connection
5+
1. Design for ARC/ORC, you don’t need to close the connection manually
66
2. Use `importdb` macro to create helper function (see examples)
7-
3. Including a memfs implemention (may better than `:memory:` database since it support WAL mode)
7+
3. Including a memfs implementionmay better than `:memory:` database since it support WAL mode (Experimental, see tests/test_thread)
88

99
## Example
1010

0 commit comments

Comments
 (0)