Skip to content

Commit 341ec5b

Browse files
Merge pull request #1379 from Py4Js/main
Merge main to development
2 parents 74d361e + 16b18f9 commit 341ec5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ display(variable, target="folium")
5858

5959
## Documentation
6060

61-
[Documentation](https://py4js.github.io/pyscript-react)
61+
[Documentation](https://py4js.github.io/pyscript-react/docs/intro)
6262

6363
`we are working on it... 🐢`
6464

documentation/docs/advanced/specific-module-installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Specific module installation
55

66
# Installation of the specific module type
77

8-
By default, PyScript-React uses [UMD](https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-plugin-d-ts.html#umd) version of code. In this package we can access diffrent module types. For example, if we would like to use [ESM](https://tc39.es/ecma262/#sec-modules), we can add to import a post-fix after the library name.
8+
By default, PyScript-React uses [UMD](https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-plugin-d-ts.html#umd) version of code. In this package we can access different module types. For example, if we would like to use [ESM](https://tc39.es/ecma262/#sec-modules), we can add to import a post-fix after the library name.
99

1010
Example:
1111

documentation/docs/get-started/concept.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Concept
55

66
# Concept
77

8-
PyScript-React builds to diffrent module types. By default it uses [UMD](https://www.npmjs.com/package/pyscript-react-umd).
8+
PyScript-React builds to different module types. By default it uses [UMD](https://www.npmjs.com/package/pyscript-react-umd).
99

1010
Folder structure
1111

documentation/docs/intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ title: Introduction
55

66
# Introduction
77

8-
PyScript-React is a wrapper around [PyScript](https://github.com/pyscript/pyscript) for [React](https://github.com/facebook/react). Idea behind that library is to simplify process to embed PyScript in our React application.
8+
PyScript-React is a wrapper around [PyScript](https://github.com/pyscript/pyscript) for [React](https://github.com/facebook/react). The Idea behind this library is to simplify the process of embedding PyScript in our React application.
99

1010
## Why PyScript-React?

0 commit comments

Comments
 (0)