Skip to content

Commit a20588d

Browse files
committed
Update Readme.md
1 parent 3ea08e8 commit a20588d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from revit_meows import APSRevit
3131
from aps_toolkit import Auth
3232
token = Auth().auth3leg()
3333
urn = "<urn of item version>"
34-
revit_meows = APSRevit(urn,token)
34+
revit_meows = APSRevit(urn,token,region="US")
3535
df = revit_meows.get_all_data()
3636
df.to_csv("revit_data.csv")
3737
```
@@ -54,6 +54,11 @@ pip install -e .
5454

5555
This project is licensed under the Apache License - see the [LICENSE](./License.md) file for details.
5656

57+
## Contributing
58+
59+
This is project just research in my free time and don't have any power to keep it up to date. If you want to contribute, please feel free to fork and submit a pull request.
60+
61+
5762
## Learning Resources
5863
- [Autodesk Platform Services](https://github.com/autodesk-platform-services)
5964

0 commit comments

Comments
 (0)