Skip to content

Commit 4df6846

Browse files
committed
updating README format to MD
1 parent 463ed30 commit 4df6846

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
Webpack Encore: A Simple & Powerful Webpack API
2-
===============================================
1+
# Webpack Encore: A Simple & Powerful Webpack API
32

4-
Webpack Encore is a simpler way to integrate `Webpack`_ into your
3+
Webpack Encore is a simpler way to integrate [Webpack](https://webpack.js.org/) into your
54
application. It *wraps* Webpack, giving you a clean & powerful API
65
for bundling JavaScript modules, pre-processing CSS & JS and compiling
76
and minifying assets. Encore gives you professional asset system
87
that's a *delight* to use.
98

10-
Encore is inspired by `Webpacker`_ and `Mix`_, but stays in the spirit of
9+
Encore is inspired by [Webpacker](https://github.com/rails/webpacker) and
10+
[Mix](https://laravel.com/docs/5.4/mix), but stays in the spirit of
1111
Webpack: using its features, concepts and naming conventions for a familiar
1212
feel. It aims to solve the most common Webpack use cases.
1313

14-
.. tip::
14+
> Encore is made by Symfony and works *beautifully* in Symfony applications.
15+
> But it can easily be used in any application... in any language!
1516
16-
Encore is made by `Symfony`_ and works *beautifully* in Symfony applications.
17-
But it can easily be used in any application... in any language!
17+
## Documentation
1818

19-
Documentation
20-
-------------
21-
22-
`Read the Documentation on symfony.com`_
23-
24-
.. _`Webpack`: https://webpack.js.org/
25-
.. _`Webpacker`: https://github.com/rails/webpacker
26-
.. _`Mix`: https://laravel.com/docs/5.4/mix
27-
.. _`Read the Documentation on symfony.com`: http://symfony.com/doc/current/frontend.html
19+
[Read the Documentation on symfony.com](http://symfony.com/doc/current/frontend.html)

0 commit comments

Comments
 (0)