Skip to content

Commit 26961d6

Browse files
authored
Merge pull request #24 from Fullscript/update_readme_for_fs_embed
docs(readme): update README to change the term of Fullscript JS to Fullscript Embed
2 parents 26fd92d + f32b553 commit 26961d6

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
@@ -1,14 +1,14 @@
1-
# Fullscript.js Documentation
1+
# Fullscript Embed Documentation
22

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.
44

55
## Demo
66

77
In the project directory, we have two demo apps - React demo and UMD demo that you can experiment with.
88

99
### create-react-app demo
1010

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.
1212

1313
To get things started, please run the following from the root of the project:
1414

@@ -28,7 +28,7 @@ Next you can run the React app using one of the options below:
2828

2929
### UMD demo
3030

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.
3232

3333
To run the demo, you need simply run the following from the root of the project:
3434

0 commit comments

Comments
 (0)