diff --git a/.changeset/eight-countries-destroy.md b/.changeset/eight-countries-destroy.md new file mode 100644 index 000000000..4ccd1b259 --- /dev/null +++ b/.changeset/eight-countries-destroy.md @@ -0,0 +1,5 @@ +--- +"skulpt": patch +--- + +foo diff --git a/README.md b/README.md index 26f8b5307..16965430d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Welcome to Skulpt +hi + [![Join the chat at https://gitter.im/skulpt/skulpt](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/skulpt/skulpt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser! Python that runs on your iPad! Its being used several projects including, [Interactive Python Textbooks](http://interactivepython.org) -- You can see skulpt in action there. Try out [some turtle graphics examples](http://interactivepython.org/runestone/static/thinkcspy/PythonTurtle/InstancesAHerdofTurtles.html) to see Skulpt in action.