You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
Hi
I am an English Professor and a part-time coder.I have made some changes in documentation as a contribution from my side.Hope this helps
Thanks
* Update README.md
* Update README.md
* Update README.md
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,23 +27,23 @@ ToolJet is an **open-source no-code framework** to build and deploy internal too
27
27
28
28
## Features
29
29
30
-
- Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns, and more
30
+
- Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns, and more.
31
31
- Mobile 📱 & desktop layouts 🖥
32
32
- Dark mode 🌛
33
-
- Connect to databases, APIs, and external services
34
-
- Deploy on-premise (supports docker, kubernetes, heroku, and more)
35
-
- Granular access control on organization-level and app-level
36
-
- Write JS code almost anywhere in the builder
37
-
- Query editors for all supported data sources
38
-
- Transform query results using JS code
33
+
- Connect to databases, APIs, and external services.
34
+
- Deploy on-premise (supports docker, kubernetes, heroku, and more)
35
+
- Granular access control on organization-level and app-level.
36
+
- Write JS code almost anywhere in the builder.
37
+
- Query editors for all supported data sources.
38
+
- Transform query results using JS code.
39
39
- All the credentials are securely encrypted using `aes-256-gcm`.
40
40
- ToolJet acts only as a proxy and doesn't store any data.
41
-
- Support for OAuth
41
+
- Support for OAuth.
42
42
43
43
<hr>
44
44
45
45
## Quickstart
46
-
The easiest way to get started with ToolJet is by creating a [ToolJet Cloud](https://tooljet.io) account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host ToolJet, please proceed to [deployment documentation](https://docs.tooljet.io/docs/deployment/architecture).
46
+
The easiest way to get started with ToolJet is by creating a [ToolJet Cloud](https://tooljet.io) account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host ToolJet, kindly proceed to [deployment documentation](https://docs.tooljet.io/docs/deployment/architecture).
47
47
48
48
You can deploy ToolJet on Heroku for free using the one-click-deployment button below.
49
49
<palign="center">
@@ -55,18 +55,18 @@ You can deploy ToolJet on Heroku for free using the one-click-deployment button
55
55
[Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)<br>
56
56
57
57
## Documentation
58
-
The documentation is available at https://docs.tooljet.io.
58
+
Documentation is available at https://docs.tooljet.io.
We use the git-flow branching model. The base branch is `develop`. If you are looking for a stable version, please use the main branch or tags labeled as v1.x.x.
66
+
We use git-flow branching model. The base branch is `develop`. If you are looking for a stable version, please use the main branch or tags labeled as v1.x.x.
67
67
68
68
## Contributing
69
-
Read our [Contributing Guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet. <br>
69
+
Kindly read our [Contributing Guide](CONTRIBUTING.md) to learn and understand about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ToolJet. <br>
0 commit comments