Skip to content

Commit 73b580a

Browse files
3.0.0
1 parent 42bce11 commit 73b580a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Frontify Finder v2
1+
# Frontify Finder
22

33
Authenticate, search and access Frontify assets data from any secure web app.
44

5-
**This package is tightly coupled with the [FrontifyAuthenticator](https://github.com/Frontify/frontify-authenticator) package (@frontify/frontify-authenticator) as it's being used as an internal dependency of the Frontify Finder v2.**
5+
**This package is tightly coupled with the [FrontifyAuthenticator](https://github.com/Frontify/frontify-authenticator) package (@frontify/frontify-authenticator) as it's being used as an internal dependency of the Frontify Finder.**
66

77
# Install
88

9-
There are three possible ways of installing or requiring the Frontify Finder v2.
9+
There are three possible ways of installing or requiring the Frontify Finder.
1010

1111
## NPM
1212

@@ -26,7 +26,7 @@ import { create, logout } from '@frontify/frontify-finder';
2626

2727
## CDN
2828

29-
Alternatively, in case you're not relying on npm packages in your web app, you can also require the minified JS script directly by using a CDN such as UNPKG. You can find the latest [Frontify Finder v2](https://unpkg.com/@frontify/frontify-finder@latest/dist/index.js) source code and import it to your project you by requiring it via a `<script>` HTML element.
29+
Alternatively, in case you're not relying on npm packages in your web app, you can also require the minified JS script directly by using a CDN such as UNPKG. You can find the latest [Frontify Finder](https://unpkg.com/@frontify/frontify-finder@latest/dist/index.js) source code and import it to your project you by requiring it via a `<script>` HTML element.
3030

3131
```html
3232
<script src="https://unpkg.com/@frontify/frontify-finder@latest/dist/index.js"></script>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontify/frontify-finder",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Authenticate, search and access Frontify assets data from any secure web app.",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)