diff --git a/README.md b/README.md index 72207b5..1a01912 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,27 @@ +

+ + ```bash +Available Commands: + get # Get a value. + set # Set a value. + del # Delete a value. + del-db # Delete a whole database. + list-dbs # List all databases. + dump # Export a database as NDJSON. + restore # Imports NDJSON into a database. + completion # Generate autocompletions for a specified shell. + help # Additional help for any command. +``` + + +
+ pda template demonstration +
+

```bash @@ -31,19 +52,4 @@ cd pda go install ``` -

- - ```bash -Available Commands: - get # Get a value. - set # Set a value. - del # Delete a value. - del-db # Delete a whole database. - list-dbs # List all databases. - dump # Export a database as NDJSON. - restore # Imports NDJSON into a database. - completion # Generate autocompletions for a specified shell. - help # Additional help for any command. -``` -