Skip to content

Commit

Permalink
Merge pull request AriaFallah#13 from mmurkidjanian/patch-2
Browse files Browse the repository at this point in the history
📝 Update README.md
  • Loading branch information
AriaFallah committed Feb 15, 2016
2 parents 7b0cc79 + ca1039b commit ef992e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part1/example1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The things that are bundled are only the things that you explicitly required acr

As you probably noticed, I did something strange in the above example. I `required` a css file in a javascript file.

The really cool, and interesting thing about webpack is that you can `require` more than just
The really cool and interesting thing about webpack is that you can `require` more than just
javascript files.

There is this thing in webpack called a loader. Using these loaders, you can
Expand Down

0 comments on commit ef992e5

Please sign in to comment.