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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Fullscript.js Documentation
1
+
# Fullscript Embed Documentation
2
2
3
-
Please visit [the fullscript.js docs](https://fullscript.dev/docs/how-to-guides/fullscript-js/what-is-fullscript-js) to get started.
3
+
Please visit [the Fullscript Embed docs](https://fullscript.dev/docs/how-to-guides/fullscript-embed/what-is-fullscript-embed) to get started.
4
4
5
5
## Demo
6
6
7
7
In the project directory, we have two demo apps - React demo and UMD demo that you can experiment with.
8
8
9
9
### create-react-app demo
10
10
11
-
The `create-react-app` demo app will use the npm package version of the fullscript-js library. Compared to the CDN version, the npm package version will contain typing information for your IDE and requires a bundler for packaging.
11
+
The `create-react-app` demo app will use the npm package version of the Fullscript Embed library. Compared to the CDN version, the npm package version will contain typing information for your IDE and requires a bundler for packaging.
12
12
13
13
To get things started, please run the following from the root of the project:
14
14
@@ -28,7 +28,7 @@ Next you can run the React app using one of the options below:
28
28
29
29
### UMD demo
30
30
31
-
The UMD version of the fullscript-js library is pre-packaged for consumption by browsers. This does not rely on a bundler such as webpack and can be included via a single script tag in any html file. The downside of this version is that you do no benefit from typing information.
31
+
The UMD version of the Fullscript Embed library is pre-packaged for consumption by browsers. This does not rely on a bundler such as webpack and can be included via a single script tag in any html file. The downside of this version is that you do no benefit from typing information.
32
32
33
33
To run the demo, you need simply run the following from the root of the project:
0 commit comments