diff --git a/README.md b/README.md index 5bf056b..8e686b1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This code would output the following HTML template: -> Theme templates will be incorporated in your application binary. If you want to use external templates (for configuration), use your own theme by implementing `hermes.Theme` interface with code searching for your files. +> Theme templates will be embedded in your application binary. If you want to use external templates (for configuration), use your own theme by implementing `hermes.Theme` interface with code searching for your files. ## More Examples