diff --git a/README.md b/README.md index 9aa4e32..1bec306 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,10 @@ load an exsisting database. `->unload db_name;` unload database, but will not delete it on disk, you can load it next time. -`->query query_file_name;` -query the current database with a SPARQL query file. +`->query SPARQL;` +query the current database with a SPARQL query. -`->show datbases;` +`->show databases;` show the current database's name. `->insert db_name rdf_triple_file_name;`