Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ajolipa committed Apr 19, 2024
1 parent 2c7ae5f commit 23dc554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import EditionCrafter from '@cu-mkp/editioncrafter'
transcriptionTypes={{
tc: 'Diplomatic (FR)',
tcn: 'Normalized (FR)',
tl: 'Translation (EN)',
test: 'Test Field (EN)',
tl: 'Translation (EN)'
}}
iiifManifest='https://cu-mkp.github.io/editioncrafter-data/fr640_3r-3v-example/iiif/manifest.json'
glossaryURL='https://cu-mkp.github.io/editioncrafter-data/fr640_3r-3v-example/glossary.json'
Expand Down
2 changes: 1 addition & 1 deletion editioncrafter-umd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To include EditionCrafter in your HTML website, you need to create a `div` somew
EditionCrafter.viewer({
id: 'ec',
documentName: 'BnF Ms. Fr. 640',
iiifManifest='https://cu-mkp.github.io/editioncrafter-data/fr640_3r-3v-example/iiif/manifest.json',
iiifManifest: 'https://cu-mkp.github.io/editioncrafter-data/fr640_3r-3v-example/iiif/manifest.json',
glossaryURL: 'https://cu-mkp.github.io/editioncrafter-data/fr640_3r-3v-example/glossary.json',
transcriptionTypes: {
tc: 'Diplomatic (FR)',
Expand Down

0 comments on commit 23dc554

Please sign in to comment.