Skip to content

Commit d7b629e

Browse files
committed
ref: Update readmes
1 parent 042aea1 commit d7b629e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br />
66
</p>
77

8-
# Official Sentry SDK for Browsers (BETA)
8+
# Official Sentry SDK for Browsers
99

1010
[![npm version](https://img.shields.io/npm/v/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)
1111
[![npm dm](https://img.shields.io/npm/dm/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)

packages/minimal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
A minimal Sentry SDK that uses a configured client when embedded into an application. It allows library authors add
1515
support for a Sentry SDK without having to bundle the entire SDK or being dependent on a specific platform. If the user
1616
is using Sentry in their application and your library uses `@sentry/minimal`, the user receives all
17-
breadcrumbs/messages/events you added to your librarys codebase.
17+
breadcrumbs/messages/events you added to your libraries codebase.
1818

1919
## Usage
2020

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br />
66
</p>
77

8-
# Official Sentry SDK for NodeJS (BETA)
8+
# Official Sentry SDK for NodeJS
99

1010
[![npm version](https://img.shields.io/npm/v/@sentry/node.svg)](https://www.npmjs.com/package/@sentry/node)
1111
[![npm dm](https://img.shields.io/npm/dm/@sentry/node.svg)](https://www.npmjs.com/package/@sentry/node)

0 commit comments

Comments
 (0)