Skip to content

Commit 690129b

Browse files
authored
Docs: Update support section
1 parent 8362cc1 commit 690129b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
[Box UI Elements](https://developer.box.com/docs/box-ui-elements)
88
==========================================================================
9-
The Box UI Elements are currently in beta and may contain bugs. Their interfaces may also update as needed. Please email [box-ui-elements@box.com](mailto:box-ui-elements@box.com) to report issues or provide feedback.
9+
Box UI Elements are pre-built UI components that allow developers to add features of the main Box web application into their own applications. They can be used to navigate through, upload, preview, and select content stored on Box and are available both as React components and framework-agnostic JavaScript libraries.
1010

1111
## Usage
12-
If you are not building a [React](https://facebook.github.io/react) based app, please follow the [documentation on our developer docs](https://developer.box.com/docs/box-ui-elements), which shows how to use the Box UI Elements via script includes. Continue reading below to import the components into your React based app.
12+
If you are not building a [React](https://facebook.github.io/react) based app, please follow the [documentation on our developer docs](https://developer.box.com/docs/box-ui-elements), which shows how to use the Box UI Elements as libraries via script includes. Continue reading below to import the components into your React based app.
1313

1414
## Installation
15-
`yarn add box-ui-elements`
15+
`yarn add box-ui-elements` or `npm install box-ui-elements`
1616

1717
## Authentication
1818
We have designed the Box UI Elements in an authentication-type agnostic way. Whether you are using them for users who have Box accounts (Managed Users) or non-Box accounts (App Users), they should just work out of the box. They only expect an **access token** to be passed in for authentication. Please refer to the documentation links to learn more about authentication and generating access tokens.
@@ -274,7 +274,7 @@ render(
274274

275275

276276
## Support
277-
Need to contact us directly? Email oss@box.com and be sure to include the name of this project in the subject.
277+
The Box UI Elements are currently in active development. Their interfaces may update over time. Please email [box-ui-elements@box.com](mailto:box-ui-elements@box.com) to report issues or provide feedback.
278278

279279
## Copyright and License
280280
Copyright 2016-2017 Box, Inc. All Rights Reserved.

0 commit comments

Comments
 (0)