diff --git a/README.md b/README.md index f904f2b..9caf0b0 100644 --- a/README.md +++ b/README.md @@ -127,14 +127,9 @@ Some cloud flysystems like `AWS S3` supports access modes. All File Uploads via The Media Manager is written in `vue.js 2.0` and comes bundled with all the dependencies required to get going very quickly. -You will need to add the following to your layout if it does not already exist. -It provides the `csrfToken` used for the `vue-resource` http requests that the Media Manager will make. -```javascript - +To avoid CSRF issues you will need to add the following to your layout if it does not already exist: +```html + ``` ## # Media Manager Components