Skip to content

Commit 92bec54

Browse files
TheDutchCodersimon04
authored andcommitted
docs(guides): update getting-started.md (#1350)
* Updated getting-started.md Small changes to conclusion for better flow into next guide. * fix: Textual changes to getting-started.md
1 parent c4ff5d3 commit 92bec54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/guides/getting-started.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ T> Custom parameters can be passed to webpack by adding two dashes between the `
257257

258258
## Conclusion
259259

260-
Now that you have a basic build together, you should dig into the [basic concepts](/concepts) and [configuration](/configuration) to better understand webpack's design. The [API](/api) section digs into the various interfaces webpack offers. Or, if you'd prefer to learn by example, select the next guide from the list and continue building out this little demo we've been working on which should now look similar to this:
260+
Now that you have a basic build together you should move on to the next guide [`Asset Management`](/guides/asset-management) to learn how to manage assets like images and fonts with webpack. At this point, your project should look like this:
261261

262262
__project__
263263

@@ -274,3 +274,5 @@ webpack-demo
274274
```
275275

276276
T> If you're using npm 5, you'll probably also see a `package-lock.json` file in your directory.
277+
278+
If you want to learn more about webpack's design, you can check out the [basic concepts](/concepts) and [configuration](/configuration) pages. Furthermore, the [API](/api) section digs into the various interfaces webpack offers.

0 commit comments

Comments
 (0)