Skip to content

Commit a0298f6

Browse files
Remove references to MakeCode
1 parent 75d4ddb commit a0298f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a React/JavaScript library for embedding micro:bit Python Editor as an i
77
It is intended to be used by other Micro:bit Educational Foundation projects
88
that need to embed Python Editor and, when the API stabilises, to be useful to others who embed Python Editor.
99

10-
- [StoryBook demo of the components](https://makecode-embed.pages.dev/) <-- TODO: Deploy and add link for StoryBook demo
10+
- [StoryBook demo of the components](https://python-editor-embed.pages.dev/)
1111

1212
## Usage
1313

src/stories/vanilla/python-editor-frame-driver.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface StoryArgs {
1919
}
2020

2121
const meta: Meta<StoryArgs> = {
22-
title: 'stories/VanillaJS/makeCodeFrameDriver',
22+
title: 'stories/VanillaJS/pythonEditorFrameDriver',
2323
argTypes: {
2424
version: {
2525
options: ['2.0.0', '2.2.2', '3', 'beta'],

src/vanilla/python-editor-frame-driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const createPythonEditorURL = (
3838

3939
export interface Options {
4040
/**
41-
* A function that provides the initial set of projects to be used when initialising MakeCode.
41+
* A function that provides the initial set of projects to be used.
4242
*
4343
* This will also be used if the iframe reloads itself.
4444
*

0 commit comments

Comments
 (0)