Skip to content

Commit 4d49cfc

Browse files
authored
docs: drop for power users (#66)
1 parent 13372e3 commit 4d49cfc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Thank you for your interest in contributing! ❤️ This document provides guide
88
99
## Goals
1010

11-
We want to create 'a fast, modern browser for the npm registry for power users.' This means, among other things:
11+
We want to create 'a fast, modern browser for the npm registry.' This means, among other things:
1212

1313
- We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
14-
- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX for power users.
14+
- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX possible.
1515
- We want to provide information in the best way. We don't want noise, cluttered display, or confusing UI. If in doubt: choose simplicity.
1616

1717
## Getting started

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# npmx.dev
22

3-
> A fast, modern browser for the npm registry for power users.
3+
> A fast, modern browser for the npm registry.
44
55
<p align="center">
66
<a href="https://npmx.dev/">
@@ -12,7 +12,7 @@
1212

1313
## Vision
1414

15-
The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry &ndash; fast, accessible, and designed for power users. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
15+
The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry &ndash; fast, modern, and accessible. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
1616

1717
- **Speed first** &ndash; Layout shift, flakiness, slowness is The Worst. Fast searching, filtering, and navigation.
1818
- **URL compatible** &ndash; Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineNuxtConfig({
3333
site: {
3434
url: 'https://npmx.dev',
3535
name: 'npmx',
36-
description: 'A fast, accessible npm package browser for power users',
36+
description: 'A fast, modern browser for the npm registry',
3737
},
3838

3939
routeRules: {
@@ -102,7 +102,7 @@ export default defineNuxtConfig({
102102
manifest: {
103103
name: 'npmx',
104104
short_name: 'npmx',
105-
description: 'A fast, accessible npm package browser for power users',
105+
description: 'A fast, modern browser for the npm registry',
106106
theme_color: '#0a0a0a',
107107
background_color: '#0a0a0a',
108108
},

0 commit comments

Comments
 (0)