Skip to content

Commit 230d5fa

Browse files
committed
Update README since better package structure
1 parent 2baaf7a commit 230d5fa

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
@@ -13,7 +13,7 @@ View full documentation [here](https://xinkbase.readthedocs.io).
1313
## Quickstart
1414

1515
```
16-
from xinkbase.xinkbase import KB
16+
from xinkbase import KB
1717
kb = KB()
1818
kb.store('eats(tom, rice)')
1919
for ans in kb.query('eats(tom, Food)'):

0 commit comments

Comments
 (0)