Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QUICKSTART.md #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ And see your `index.html` transformed:

## Step 6 (Optional) - Clean up

Since you are using Gradle, you don't even need the jar. Go ahead and delete the `example/src/main/webapp/WEB-INF/lib` folder and add the folloing block to the end of your `build.gradle`
Since you are using Gradle, you don't even need the jar. Go ahead and delete the `example/src/main/webapp/WEB-INF/lib` folder and add the following block to the end of your `build.gradle`

```gradle
dependencies {
Expand All @@ -105,7 +105,7 @@ dependencies {
and gradle will handle downloading SiteMesh and placing it in the right folder.

## Summary
You have just witneesed the power of decorators in how they eliminate boilerplate code, but SiteMesh is capable of so much more.
You have just witnessed the power of decorators in how they eliminate boilerplate code, but SiteMesh is capable of so much more.
Decorators can transform anything and you can configure SiteMesh to apply decorators outside of the web page using path mappings, request attribures, or even based on specific content type.
Read the documentation for more information.

Expand Down