From 4b6d9c7e2c8dc7040fbfd6bdd5729e527f12a20a Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 17 Aug 2013 21:39:36 -0700 Subject: [PATCH] Ditch the name basicscript --- basicscript.js => script.js | 2 +- basicscript.md => script.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename basicscript.js => script.js (98%) rename basicscript.md => script.md (79%) diff --git a/basicscript.js b/script.js similarity index 98% rename from basicscript.js rename to script.js index 3e57a48..4640502 100644 --- a/basicscript.js +++ b/script.js @@ -143,7 +143,7 @@ window.addEventListener('load', function() { [].forEach.call(document.querySelectorAll('script'), function(script) { - if (script.type === 'text/basicscript') { + if (script.type === 'text/applesoft-basic') { var elem = createInstance(script.innerText); script.parentElement.insertBefore(elem, script.nextSibling); } diff --git a/basicscript.md b/script.md similarity index 79% rename from basicscript.md rename to script.md index c951bc0..6f86285 100644 --- a/basicscript.md +++ b/script.md @@ -3,8 +3,8 @@ Web Page Embedding Want to show off your BASIC creation on your own web site? Now you can with just a tiny bit of HTML. There are two parts: - 1. Insert `` on your page to enable it - 2. Add `` + 1. Insert `` on your page to enable it + 2. Add `` Like this: ```html @@ -12,8 +12,8 @@ Like this: My BASIC example

Look what I did!

- - +