fix(documentation): Improved and updated README with detailed usage instructions
This commit is contained in:
@@ -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