diff --git a/README.md b/README.md
index 7c39dc3..ece9e36 100644
--- a/README.md
+++ b/README.md
@@ -63,9 +63,11 @@ var Leopard = require('leopard-template')
Or you can also load with html `script` tag
``` html
-
+
```
+> Note: `compileFile` is only available at server side, so we build two versions, if you want to use Leopard directly in browsers, use `leopard.browser.js`, otherwise you'll have to use `leopard.server.js`.
+
## Syntax
Leopard simply implements ejs syntax.