We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32396 commit 4ac6da3Copy full SHA for 4ac6da3
paradedb/README.md
@@ -1,6 +1,6 @@
1
# ParadeDB
2
3
-ParadeDB is PostgreSQL for Search and Analytics. It is an alternative to Elasticsearch built on Postgres.
+ParadeDB is an alternative to Elasticsearch built on Postgres.
4
5
- [GitHub](https://github.com/paradedb/paradedb)
6
- [Homepage](https://paradedb.com)
paradedb/benchmark.sh
@@ -8,7 +8,7 @@ cleanup() {
8
sudo docker kill paradedb
9
fi
10
sudo docker rm paradedb
11
- echo "Done, goodbye!"
+ echo "Done, goodbye!"
12
}
13
14
# Register the cleanup function to run when the script exits
0 commit comments