docs(copy-button): clarify the source of cheerio package

This commit is contained in:
curben 2019-05-25 22:20:54 +09:30
parent cf16dd3e43
commit 9daf4d98b9
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
// Add "Copy" button to code snippet
/*
* Add "Copy" button to code snippet
* cheerio is provided by hexo package
*/
const cheerio = require('cheerio')