Skip to content

Commit b7b1610

Browse files
authored
Update README.md
1 parent 5b1a9af commit b7b1610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ Below is a simple example of how to add chapters to the <fastpix-player> and lis
682682
       if (fpPlayerEl && typeof fpPlayerEl.addChapters === 'function') {
683683
         fpPlayerEl.addChapters(Chapters);
684684
       } else {
685-
         console.error('sravani addChapters method not found on fpPlayerEl');
685+
         console.error('addChapters method not found on fpPlayerEl');
686686
       }
687687
     }
688688
@@ -691,7 +691,7 @@ Below is a simple example of how to add chapters to the <fastpix-player> and lis
691691
     } else if (fpPlayerEl) {
692692
       fpPlayerEl.addEventListener('loadedmetadata', addChaptersToPlayer, { once: true });
693693
     } else {
694-
       console.error('sravanifpPlayerEl not found');
694+
       console.error('fpPlayerEl not found');
695695
     }
696696
697697
     fpPlayerEl?.addEventListener('chapterchange', () => {

0 commit comments

Comments
 (0)