diff --git a/README.md b/README.md index 4316594..a4eba6f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ and run `npm install @mercuryworkshop/dreamlandjs` If you prefer using modules and are using a bundler, simply `import "@mercuryworkshop/dreamlandjs";` into at least one file you're using. -If you don't like using modules, just add `` to your html, and you can use AliceJS as normal. +If you don't like using modules, just add `` to your html, and you can use dreamland as normal. dreamland can even be used without a build step, here's the counter example in plain JS ```javascript diff --git a/examples/example.html b/examples/example.html index 60a9dbd..e4646ff 100644 --- a/examples/example.html +++ b/examples/example.html @@ -2,7 +2,7 @@ - AliceJS examples + Dreamland examples diff --git a/examples/index.tsx b/examples/index.tsx index 1a851bc..d6c833b 100644 --- a/examples/index.tsx +++ b/examples/index.tsx @@ -107,8 +107,8 @@ function Counter() { //
// // {/*
*/} -// {/*

AliceJS Examples

*/} -// {/*

Some examples of AliceJS components. Code is in examples/

*/} +// {/*

Dreamland Examples

*/} +// {/*

Some examples of dreamland.js components. Code is in examples/

*/} // {/*
*/} // {/* */} // {/* */}