Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed May 13, 2021
1 parent 61c90c7 commit 910366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The mgdb script allows you to make simple queries from the command line::
For more advanced queries, you can use the QueryEngine class for which an
alias is provided at the root package. Some examples are as follows::

>>> from matgendb import QueryEngine
>>> from pymatgen.db import QueryEngine
# Depending on your db.json, you may need to supply keyword args below
# for `port`, `database`, `collection`, etc.
>>> qe = QueryEngine()
Expand Down

0 comments on commit 910366e

Please sign in to comment.