This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/master by this push:
new 2636185 fix: readme git repo (#44)
2636185 is described below
commit 26361850c9b9f2228d987c864680e9f21d6e1d19
Author: Francis Du <[email protected]>
AuthorDate: Thu Sep 8 11:07:21 2022 +0800
fix: readme git repo (#44)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 704ec16..ddd498d 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ Bootstrap:
```bash
# fetch this repo
-git clone [email protected]:datafusion-contrib/datafusion-python.git
+git clone [email protected]:apache/arrow-datafusion-python.git
# prepare development environment (used to build wheel / install in
development)
python3 -m venv venv
# activate the venv