Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit c10d1bd

Browse files
authored
Update README.md
1 parent 6f3bd5a commit c10d1bd

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Use .env variables in your Javascript files with Webpack in Laravel Elixir.
66

7-
[Read the story on Medium](https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765)
7+
### [Read the story on Medium](https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765)
88

99
## Installation
1010

@@ -35,7 +35,7 @@ require('laravel-elixir-env');
3535
//...
3636
```
3737

38-
Now you can access your variables in all the scripts that are packaged with Webpack like so:
38+
Now you can access your variables in all the scripts that are packed with Webpack like so:
3939

4040
```javascript
4141
process.env.VAR_NAME
@@ -53,10 +53,21 @@ If you like this, please star on [GitHub](https://github.com/appstract/laravel-e
5353

5454
Issues and Pull Requests welcome.
5555

56+
## Contributing
57+
58+
Contributions are welcome, [thanks to y'all](https://github.com/appstract/laravel-elixir-env/graphs/contributors) :)
59+
60+
## About Appstract
61+
62+
Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
63+
64+
## Buy Us A Beer
65+
66+
Would be awesome if you would [buy us a beer](https://www.paypal.me/teamappstract/10)! Or [a lot of beer](https://www.patreon.com/appstract) :)
67+
5668
## License
5769

5870
Laravel-elixir-env is licensed under [The MIT License (MIT)](LICENSE.md).
5971

60-
6172
[npm-url]: https://www.npmjs.com/package/laravel-elixir-env
6273
[npm-image]: https://badge.fury.io/js/laravel-elixir-env.svg

0 commit comments

Comments
 (0)