### Overview
In your project's Gruntfile, add a section named `readme` to the data object passed into `grunt.initConfig()`.

```js
grunt.initConfig({
  readme: {
    options: {
      // Task-specific options go here.
    },
    target: {
      // Target-specific file lists and/or options go here.
    }
  }
})
```
