Caleb Porzio 3 years ago
parent
commit
f294f2623e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/docs/src/en/plugins/portal.md

+ 3 - 1
packages/docs/src/en/plugins/portal.md

@@ -11,6 +11,8 @@ Alpine's Portal plugin allows you to transport part of your Alpine template to a
 
 This is useful for things like modals (especially nesting them), where it's helpful to break out of the z-index of the current Alpine component.
 
+> Note: this plugin is currently in beta while it is being tested in the public. Be warned that it may change before being officially released.
+
 <a name="installation"></a>
 ## Installation
 
@@ -22,7 +24,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
 
 ```alpine
 <!-- Alpine Plugins -->
-<script defer src="https://unpkg.com/@alpinejs/portal@3.x.x/dist/cdn.min.js"></script>
+<script defer src="https://unpkg.com/@alpinejs/portal@3.6.0-beta.0/dist/cdn.min.js"></script>
 
 <!-- Alpine Core -->
 <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>