Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 0041fc0

Browse files
authored
Add deprecation notice
1 parent 5778eed commit 0041fc0

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# level-test
22

3-
> Inject temporary and isolated level stores ([`leveldown`][leveldown], [`level-js`][level-js], [`memdown`][memdown] or custom) into your tests.
4-
5-
[![level badge][level-badge]](https://github.com/Level/awesome)
6-
[![npm](https://img.shields.io/npm/v/level-test.svg?label=&logo=npm)](https://www.npmjs.com/package/level-test)
7-
[![Node version](https://img.shields.io/node/v/level-test.svg)](https://www.npmjs.com/package/level-test)
8-
[![Test](https://github.com/Level/level-test/actions/workflows/test.yml/badge.svg)](https://github.com/Level/level-test/actions/workflows/test.yml)
9-
[![codecov](https://codecov.io/gh/Level/level-test/branch/master/graph/badge.svg)](https://codecov.io/gh/Level/level-test)
10-
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
11-
[![Funding](https://opencollective.com/level/tiers/badge.svg?color=orange)](#donate)
12-
13-
**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md).
3+
**Discontinued.**
144

155
## Usage
166

@@ -78,24 +68,10 @@ Please refer to the [`levelup` documentation](https://github.com/Level/levelup#l
7868
7969
See the [Contribution Guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details.
8070

81-
## Donate
82-
83-
Support us with a monthly donation on [Open Collective](https://opencollective.com/level) and help us continue our work. Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level) and [npm](https://www.npmjs.com/) packages. 💖
84-
85-
**Active financial contributors**
86-
87-
[![Open Collective backers](https://opencollective.com/level/tiers/backer.svg?button=false)](https://opencollective.com/level) [![Open Collective sponsors](https://opencollective.com/level/tiers/sponsor.svg?button=false)](https://opencollective.com/level)
88-
89-
**Past financial contributors**
90-
91-
[![Open Collective sponsors](https://opencollective.com/level/sponsors.svg?button=false&avatarHeight=36)](https://opencollective.com/level) [![Open Collective backers](https://opencollective.com/level/backers.svg?button=false&avatarHeight=36)](https://opencollective.com/level)
92-
9371
## License
9472

9573
[MIT](LICENSE)
9674

97-
[level-badge]: https://leveljs.org/img/badge.svg
98-
9975
[leveldown]: https://github.com/Level/leveldown
10076

10177
[memdown]: https://github.com/Level/memdown

0 commit comments

Comments
 (0)