fix(documentation): Improved and updated README with detailed usage instructions
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartfm',
|
||||
version: '2.1.0',
|
||||
description: 'frontmatter done right'
|
||||
version: '2.1.1',
|
||||
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
|
||||
}
|
||||
|
@@ -31,7 +31,7 @@ export class Smartfm {
|
||||
}
|
||||
|
||||
/**
|
||||
* parse from commnets
|
||||
* parse from comments
|
||||
*/
|
||||
parseFromComments(commentStart: string, stringToParse: string) {
|
||||
const diffFunc = (diffMe, diffBy) => diffMe.split(diffBy).join('');
|
||||
|
Reference in New Issue
Block a user