mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix formatting and add myself to CONTRIBUTORS
This commit is contained in:
parent
108757efc8
commit
0c4bd12e5f
2 changed files with 8 additions and 7 deletions
|
@ -242,6 +242,7 @@ Lee Doughty <32392044+leedoughty@users.noreply.github.com>
|
||||||
memchr <memchr@proton.me>
|
memchr <memchr@proton.me>
|
||||||
Max Romanowski <maxr777@proton.me>
|
Max Romanowski <maxr777@proton.me>
|
||||||
Aldlss <ayaldlss@gmail.com>
|
Aldlss <ayaldlss@gmail.com>
|
||||||
|
Amanda Sternberg <https://github.com/AmandaSternberg-creator>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
14
README.md
14
README.md
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
[](https://buildkite.com/ankitects/anki-ci)
|
[](https://buildkite.com/ankitects/anki-ci)
|
||||||
|
|
||||||
Welcome to the source code repository for **Anki**. It's a popular spaced repetition program that helps you remember things more efficiently using flashcards.
|
Welcome to the source code repository for **Anki**, a spaced repetition program that uses flashcards to make learning more effective.
|
||||||
|
|
||||||
## About Anki
|
## About
|
||||||
|
|
||||||
Anki is a spaced repetition program designed to make learning easier and more effective. Learn more on the [official website](https://apps.ankiweb.net).
|
Anki is a spaced repetition program designed to make learning easier and more effective. Learn more on the [official website](https://apps.ankiweb.net)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
@ -14,15 +14,15 @@ Anki is a spaced repetition program designed to make learning easier and more ef
|
||||||
|
|
||||||
If you'd like to try development builds of Anki but don't feel comfortable building the code yourself, check out the [Anki betas](https://betas.ankiweb.net/)
|
If you'd like to try development builds of Anki but don't feel comfortable building the code yourself, check out the [Anki betas](https://betas.ankiweb.net/)
|
||||||
|
|
||||||
### Developing Anki
|
### Developing
|
||||||
|
|
||||||
For detailed instructions on building and contributing to Anki, please see our [Development Guide](./docs/development.md).
|
For detailed instructions on building and contributing to Anki, see our [Development Guide](./docs/development.md)
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
We welcome contributions from everyone! To get started, please read the [Contribution Guidelines](./docs/contributing.md).
|
We welcome contributions from everyone! To get started, read the [Contribution Guidelines](./docs/contributing.md)
|
||||||
|
|
||||||
### Anki Contributors
|
### Contributors
|
||||||
|
|
||||||
A big thanks to all the people who have contributed to Anki:
|
A big thanks to all the people who have contributed to Anki:
|
||||||
[CONTRIBUTORS](./CONTRIBUTORS)
|
[CONTRIBUTORS](./CONTRIBUTORS)
|
||||||
|
|
Loading…
Reference in a new issue