Skip to content

Commit aa60ecd

Browse files
authored
Update Readme to fix typos and Heroku button
1 parent 725a52b commit aa60ecd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<p align="center">
22
<img src="https://app.tooljet.io/assets/images/logo-text.svg" width="300" />
33
<br/>
4-
Built and deploy internal tools.
4+
Build and deploy internal tools.
55
</p>
66

77

88
ToolJet is an **open-source no-code framework** to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources such as databases ( like PostgreSQL, MongoDB, Elasticsearch, etc ), API endpoints ( ToolJet supports importing OpenAPI spec & OAuth2 authorization) and external services ( like Stripe, Slack, Google Sheets, Airtable ) and use our pre-built UI widgets to build internal tools.
9-
109
<p align="center">
1110
<kbd>
1211
<img src="https://user-images.githubusercontent.com/7828962/120830570-4211a000-c57c-11eb-97f5-a650b177a082.png" />
1312
</kbd>
1413
</p>
1514

16-
1715
## Features
1816

1917
- Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns and more
@@ -34,12 +32,13 @@ ToolJet is an **open-source no-code framework** to build and deploy internal too
3432
## Quickstart
3533
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 TooJet, please proceed to [deployment documentation](https://docs.tooljet.io/docs/setup/architecture).
3634

35+
You can deploy ToolJet on Heroku for free using the one-click-deployment button below.
3736
<p align="center">
38-
Deploy ToolJet server to Heroku and client to Netilify. <br>
3937
<a href="https://heroku.com/deploy?template=https://github.com/tooljet/tooljet/tree/main"><img src="https://www.herokucdn.com/deploy/button.svg" /></a>
40-
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/tooljet/tooljet/tree/main"><img src="https://www.netlify.com/img/deploy/button.svg" /></a>
4138
</P>
4239

40+
41+
4342
## Examples
4443

4544
[Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)<br>
@@ -53,7 +52,7 @@ The documentation is available at https://docs.tooljet.io
5352
[Widget Reference](https://docs.tooljet.io)
5453

5554
## Branching model
56-
We use the git-flow branching model. The base branch is develop. If you are looking for a stable version, please use the master or tags labelled as v1.x.x.
55+
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 labelled as v1.x.x.
5756

5857
## Contributing
5958
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>

0 commit comments

Comments
 (0)