Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 122cca9

Browse files
committed
Add package names to README package links
1 parent c4813c6 commit 122cca9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Apilytics is a service that lets you analyze operational, performance and securi
1414

1515
1. Sign up and get your API key from https://apilytics.io - we offer a completely free trial with no credit card required!
1616

17-
2. Check installation directions for your specific framework:
17+
2. Continue with installation directions for your specific framework:
1818

19-
- [**Express**](./packages/express/README.md#installation)
19+
- [**Express** (`@apilytics/express`)](./packages/express/README.md#installation)
2020

21-
- [**Next.js**](./packages/next/README.md#installation)
21+
- [**Next.js** (`@apilytics/next`)](./packages/next/README.md#installation)
2222

23-
- [**Other Node.js Frameworks**](./packages/core/README.md#installation)
23+
- [**Other Node.js Frameworks** (`@apilytics/core`)](./packages/core/README.md#installation)

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Apilytics is a service that lets you analyze operational, performance and securi
1212

1313
Make sure to check out our out-of-the-box middleware packages first:
1414

15-
- [**Express**](../express/README.md#installation)
15+
- [**Express** (`@apilytics/express`)](../express/README.md#installation)
1616

17-
- [**Next.js**](../next/README.md#installation)
17+
- [**Next.js** (`@apilytics/next`)](../next/README.md#installation)
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)