Skip to content

Commit 649c688

Browse files
committed
Shorten description and fix typo
1 parent 2a42d92 commit 649c688

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# level-community
1+
# community
22

3-
**General discussion, cross-repository efforts and common information for projects in the community.**
4-
5-
> :pushpin: Which module should I use? What is `abstract-level`? Head over to the [FAQ](https://github.com/Level/community#faq).
3+
**Discussion, support and common information for projects in the community.**
64

75
[![level badge][level-badge]](https://github.com/Level/awesome)
86
[![Test](https://github.com/Level/community/actions/workflows/test.yml/badge.svg)](https://github.com/Level/community/actions/workflows/test.yml)
@@ -60,7 +58,7 @@ Yet, releases too often required canary testing in dependents. It was hard to pr
6058

6159
Enter [`abstract-level`][abstract-level]. This module merges `levelup`, `encoding-down` and `abstract-leveldown` into a single codebase. Instead of implementing behaviors "vertically" in layers, it is done per database method. Performance-wise `abstract-level` is on par with the old modules. GC pressure is lower because methods allocate less callback functions. Custom (userland) database methods also benefit from the new architecture, because they can reuse utility methods included in `abstract-level` rather than a layer having to detect and wrap custom methods.
6260

63-
Lastly, `abstract-level` comes with new features, some of which were not possible to implement before. Among them: Uint8Array support, builtin sublevels, atomically committing data to multiple sublevels, and reading multiple or all entries from an iterator in one call.
61+
Lastly, `abstract-level` comes with new features, some of which were not possible to implement before. Among them: Uint8Array support, built-in sublevels, atomically committing data to multiple sublevels, and reading multiple or all entries from an iterator in one call.
6462

6563
### How do I upgrade to `abstract-level`?
6664

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "level-community",
33
"version": "3.0.0",
4-
"description": "General discussion, cross-repository efforts and common information for projects in the community",
4+
"description": "Discussion, support and common information for projects in the community",
55
"license": "MIT",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)