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
Copy file name to clipboardExpand all lines: docs/enterprise/overview.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Reflex Enterprise is a package containing paid features built on top of Reflex.
20
20
The full [End-User License Agreement (EULA)](https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/enterprise/LICENSE) for Reflex Enterprise is published in the Reflex repository.
21
21
22
22
```md alert info
23
-
# Despite being an enterprise package, free users can use the components from this package. A badge "Built with Reflex" will be shown in the bottom right corner of the app.
23
+
# Enterprise components are available to free users.
24
+
Free apps can use these components with a "Built with Reflex" badge shown in the bottom right corner of the app.
24
25
For more information on the badge, visit [Built with Reflex](/docs/enterprise/built-with-reflex/).
25
26
```
26
27
@@ -306,4 +307,4 @@ config = rxe.Config(
306
307
app_name="MyApp",
307
308
...# you can pass all rx.Config arguments as well as the one specific to rxe.Config
0 commit comments