change pathnames and readme #11

Open
ismailsosic wants to merge 5 commits from Update_readme into master
Showing only changes of commit 07b7bcfda5 - Show all commits

View File

@@ -27,7 +27,7 @@ const Result = ({result, term}) => {
useEffect(() => { useEffect(() => {
sentences = splitText() sentences = splitText()
checkForMatches(sentences) checkForMatches(sentences)
}) }, [])
// ako term nije pronadjen u textu onda // ako term nije pronadjen u textu onda
// treba provjeriti duzinu niza, ako niz ima jednu recenicu, recenica treba biti title, ako ne, naci medju recenicama onu koja ima term u sebi // treba provjeriti duzinu niza, ako niz ima jednu recenicu, recenica treba biti title, ako ne, naci medju recenicama onu koja ima term u sebi
@@ -53,4 +53,4 @@ const Result = ({result, term}) => {
) )
} }
export default Result export default Result