README.md in bubblin-jekyll-1.2.1 vs README.md in bubblin-jekyll-1.2.2
- old
+ new
@@ -137,9 +137,23 @@
google_analytics: UA-NNNNNNNN-N
```
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
+
+--
+
+### Enabling Heap Analytics
+
+To enable Heap Anaytics, add the following lines to your Jekyll site:
+
+```yaml
+ heap_analytics: NN-NNNNNNNNN
+```
+
+Heap will appear only in production, i.e., with `JEKYLL_ENV=production`
+
+
## Contributing
Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## Development