Skip to content

Commit c1a68b7

Browse files
committed
Update readme file
1 parent 453ca1a commit c1a68b7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
</p>
1111
</div>
1212

13+
Codeigniter vite is a package that aims to integrate [vitejs](https://vitejs.dev/) with [codeigniter4](https://codeigniter.com/) in a simple way.
14+
1315
## Features:
1416
- ⏱️ Almost zero configuration
1517
- 🧩 Easy to install and remove
@@ -40,25 +42,29 @@ php spark vite:init
4042
our body `spark` will handle the rest for you 🙃
4143

4244
💥 **That's it**
43-
you can now run `npm install`, `npm run dev` and enjoy your time
45+
you can now run `npm install`, `npm run dev` and enjoy
4446

4547
## Uninitialize
4648
You can run the following command to uninitialize it:
4749

4850
```
4951
php spark vite:remove
5052
```
51-
then you can run ` composer remove mihatori/codeignitervite ` to remove it completely.
53+
then you can run `composer remove mihatori/codeignitervite` to remove it completely.
5254

5355
### additional:
54-
You will find som new variables in your `.env` file, you can change them as you like.
56+
You will find some new variables in your `.env` file, you can change them as you like.
5557

5658
## Contributing
5759
All contributions are welcome, it doesn't matter whether you can code, write documentation, or help find bugs.
60+
feel free to use issues tracker or pull requests
5861

5962
## What next?
6063
More informations will be available as soon as possible ❤️.
6164

65+
## Support
66+
Unfortunately, I don't drink coffee 💔, but you can star it instead 🙃
67+
6268
## License
6369

6470
MIT License &copy; 2022 [Mihatori Kei](https://github.com/firtadokei)

0 commit comments

Comments
 (0)