Skip to content

Commit 0437fd8

Browse files
Update name and readme (#7)
* Tweaks to pxt and readme * Update name to follow common format
1 parent 273529d commit 0437fd8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Experimental MakeCode extension to run ML4F models
1+
# MakeCode extension to run ML4F models
2+
3+
This extension is a work in progress. It supports unreleased work on the micro:bit machine learning tool.
24

35
[![MakeCode Project](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml)
46
[![Header Generator Tests](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml)

pxt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ml-runner-poc",
2+
"name": "machine-learning-runner",
33
"version": "0.3.9",
4-
"description": "Experimental extension to run ML4F models in micro:bit MakeCode",
4+
"description": "Extension to run ML4F models in micro:bit MakeCode",
55
"dependencies": {
66
"core": "*"
77
},

0 commit comments

Comments
 (0)