You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Pro tip 💡** You can use `n` instead of `njt` as a search keyword to avoid typing two extra characters each time.
@@ -181,11 +181,11 @@ This trick is possible thanks to DuckDuckGo’s awesome [bang feature](https://d
181
181
182
182
### 🟢 Online search field on the `njt`’s mini-website
183
183
184
-
Open [njt.now.sh](https://njt.now.sh), type your query, press Enter.
184
+
Open [njt.vercel.app](https://njt.vercel.app), type your query, press Enter.
185
185
This method is a bit slower than the other ones because it involves opening a web page with an input form.
186
186
On the plus side, it works everywhere and does not require setup.
187
187
188
-
Thanks to [now.sh](https://now.sh) for hosting [njt.now.sh](https://njt.now.sh) 💚
188
+
Thanks to [Vercel](https://vercel.com) for hosting [njt.vercel.app](https://njt.vercel.app) 💚
189
189
190
190
### ❓More ways
191
191
@@ -199,7 +199,7 @@ For requests like `njt <package>` or `njt <package> y`, all the tool does is nav
199
199
Most other cases involve a look into `package.json` for the latest published version.
200
200
This file contains the location of the repository, the homepage and some other fields, which `njt` uses to construct the destination URL.
201
201
202
-
The command line version of the tool takes you to `https://njt.now.sh/jump?from=cli@VERSION&to=YOUR_QUERY`, from which you are redirected to the destination.
202
+
The command line version of the tool takes you to `https://njt.vercel.app/jump?from=cli@VERSION&to=YOUR_QUERY`, from which you are redirected to the destination.
0 commit comments