Skip to content

Commit

Permalink
DEV: Remove reminders about updating year in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed May 30, 2024
1 parent 148a1e1 commit 7a0e864
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .github/PRIVATE_ISSUE_TEMPLATE/update-year.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/year.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Digital Linguistics
Copyright (c) 2020 Daniel W. Hieber

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Check out the [Transliterator tool][Transliterator] to see this library in use.

This library is maintained by [Daniel W. Hieber][me]. You can cite this library with its DOI using the following model:

> Hieber, Daniel W. 2020. digitallinguistics/transliterate. doi:[10.5281/zenodo.2550468](https://doi.org/10.5281/zenodo.2550468).
> Hieber, Daniel W. 2020. digitallinguistics/transliterate. DOI: [10.5281/zenodo.2550468](https://doi.org/10.5281/zenodo.2550468).
Each version of this library is archived on this project's [Zenodo page][Zenodo].

Expand Down Expand Up @@ -59,10 +59,10 @@ import { transliterate } from '@digitallinguistics/transliterate';

The `transliterate` library exports an object with four methods:

- `transliterate`
- `Transliterator`
- `sanitize`
- `Sanitizer`
* `transliterate`
* `Transliterator`
* `sanitize`
* `Sanitizer`

The `sanitize` and `Sanitizer` exports are essentially just aliases for `transliterate` and `Transliterator` respectively.

Expand Down Expand Up @@ -160,7 +160,7 @@ Sometimes the way you want to transliterate a character or sequence of character
[issues]: https://github.com/digitallinguistics/transliterate/issues
[license]: https://github.com/digitallinguistics/transliterate/blob/master/LICENSE.md
[new-issue]: https://github.com/digitallinguistics/transliterate/issues/new
[me]: https://danielhieber.com
[me]: https://github.com/dwhieb
[npm]: https://www.npmjs.com/package/@digitallinguistics/transliterate
[releases]: https://github.com/digitallinguistics/transliterate/releases
[stargazers]: https://github.com/digitallinguistics/transliterate/stargazers
Expand Down

0 comments on commit 7a0e864

Please sign in to comment.