Skip to content

Commit 2be328e

Browse files
Doc tweaks
1 parent ed1341e commit 2be328e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This project contains Python stub files for [MicroPython for micro:bit V2](https
44

55
The easiest way to try these type stubs is to use the online [micro:bit Python Editor](https://python.microbit.org) which uses them for its code intelligence features and the API documentation.
66

7+
## Licensing
8+
9+
These stubs are MIT or Apache 2.0 licensed depending on their origin (typeshed or MicroPython).
10+
See [LICENSE.md](./LICENSE.md) for details.
11+
712
## Translations
813

914
We maintain translations of these files in the [micro:bit Crowdin project](https://crowdin.com/project/microbitorg) in [this file](https://crowdin.com/translate/microbitorg/6422). Only changes to the English source should be made in this repository.
@@ -19,11 +24,6 @@ We translate:
1924
- The API name, e.g. function name, with underscores replaced with spaces to make clear it's a hint not the actual name. This is displayed alongside the English API name.
2025
- Parameter names (again with underscores replaced). These are displayed alongside the English parameter name.
2126

22-
## Licensing
23-
24-
These stubs are MIT or Apache 2.0 licensed depending on their origin (typeshed or MicroPython).
25-
See [LICENSING.md](./LICENSING.md) for details.
26-
2727
## Scripts
2828

2929
`browser-package.py` packages the typeshed and a Pyright config file in a JSON format that can be consumed by the [Python Editor V3 project](https://github.com/microbit-foundation/python-editor-v3). A file is created per language.

0 commit comments

Comments
 (0)