Skip to content

Commit b90ccce

Browse files
Update README contributors and project_creation_examples
1 parent 2335305 commit b90ccce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ client = NocoDBRequestsClient(
3131

3232
### Project creation
3333
```python
34+
# Example with default database
35+
project_body = {"title": "My new project"}
36+
37+
# Example with Postgresql
3438
project_body = {
3539
"title": "MyProject",
3640
"bases": [
@@ -124,4 +128,6 @@ Feel free to add new capabilities by creating a new MR.
124128

125129
## Contributors
126130

127-
- Samuel López Saura
131+
- Samuel López Saura @elchicodepython
132+
- Ilya Sapunov @davert0
133+

0 commit comments

Comments
 (0)