Skip to content

Commit

Permalink
Update README links and spellings (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jan 29, 2024
2 parents 24a0f5b + a831931 commit d8431cd
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</p>

<h1 align="center">Readymade and scalable data import experience for developers👩‍💻</h1>
<div align="center">Simple and intuative way to onboard users data via guided import widget</div>
<div align="center">Simple and intuitive way to onboard users data via guided import widget</div>

<br />

Expand All @@ -53,9 +53,9 @@ Impler provides embeddable, scalable, and readymade data import experience in pr

- 🕸️ Guided and responsive data import widget
- ☠️ Static and Dynamic validations to validate all kinds of data
- 📔 Auto generate excel template along with excel based validations
- 📔 Auto-generate Excel template along with excel based validations
- 🧹 Facility to clean the invalid data during import
- 🪝 Webhook support to send imported data to application
- 🪝 Webhook support to send imported data to the application
- 💪 Ability to provide default and dynamic schema
- 🧪 Event hooks to react according to widget status
- 🤸‍♂️ Facility to format data application receives
Expand All @@ -68,10 +68,10 @@ The best way to explore the possibilities of the platform is by creating your Im
After setting up your account, you can create an import and add columns to it. Once columns are added you're ready to import data.

There are two ways:
1. Click on `Import` button to open import widget from web portal
1. Click on `Import` button to open the import widget from the web portal
2. Embed import widget import widget into your application

To get integrate impler into your reactjs application, you need to install the package:
To integrate impler into your reactjs application, you need to install the package:

```bash
npm install @impler/react
Expand Down Expand Up @@ -100,19 +100,18 @@ const { showWidget, isImplerInitiated } = useImpler({

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Here are few ways:
- Use a platform and share your thoughts
Here are a few ways:
- Help with open issues or create your own
- Share your thoughts and suggestions with us over discord
- Share your thoughts and suggestions with us over [discord](https://discord.impler.io)
- Help create tutorials and blog posts
- Request a feature by opening an issue with the tag `enhancement`
- Report a bug by providing steps to reproduce

If you have a somthing in mind that would make this better, please fork the repo and create a pull request. Each and every hands is appreciated!
If you have something in mind that would make it better, please fork the repo and create a pull request. Every hand is appreciated!

## 💻 Need Help?

We are more than happy to help you. If you are getting any errors or facing problems while working on this project, join our [Discord server](https://discord.impler.io) and ask for help. We are open to discussing anything related to the project.
We are more than happy to help you. If you are getting any errors or facing problems while working on this project, join our [discord server](https://discord.impler.io) and ask for help. We are open to discussing anything related to the project.

## ⚡ Immediate working space with Gitpod

Expand All @@ -121,13 +120,13 @@ We are more than happy to help you. If you are getting any errors or facing prob
## 🔗 Quick Links

🏡 [Home page](https://impler.io?utm_source=github) <br />
🏗️ [Contribution Guidelines](https://github.com/implerhq/impler/blob/main/CONTRIBUTING.md) <br />
🏗️ [Contribution Guidelines](https://github.com/implerhq/impler.io/blob/next/CONTRIBUTING.md) <br />
💻 [Run Impler Locally](https://docs.impler.io/community/run-impler-locally)

## 🛡️ License

Impler is licensed under the MIT License - see the [LICENSE](https://github.com/implerhq/impler/blob/main/LICENSE) file for details.
Impler is licensed under the MIT License - see the [LICENSE](https://github.com/implerhq/impler.io/blob/next/LICENSE) file for details.

## 🎖️ Thank you

The beauty of open source softwares are enhanced through collaborative efforts. Don't forget to give the project a star :star: ! Thanks again!
The beauty of open-source software is enhanced through collaborative efforts. Don't forget to give the project a star :star:! Thanks again!

0 comments on commit d8431cd

Please sign in to comment.