From 6d6a1327083c4f13135a288317897ac18bef177d Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Tue, 11 Apr 2023 20:05:30 +0800 Subject: [PATCH] Update README Consider repo as submodule. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e9e95d6..3be81a3 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,3 @@ This is the core SDK for summarizing transcripts for Web videos. * `prompts/normalize-transcript-text.hbs` is needed for putting proper punctuation to transcript text. * `prompts/summarize-transcript.hbs` is needed to perform actual summarization. 4. Run `npm run build` to build the project. - -Use `npm link` to use it on your own project.