diff --git a/README.md b/README.md index 121fb63..0b6bf10 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Shen for JavaScript -![ShenScript Logo](https://raw.githubusercontent.com/rkoeninger/ShenScript/master/logo.png) +![ShenScript Logo](https://raw.githubusercontent.com/rkoeninger/ShenScript/master/assets/logo.png) An implementation of the [Shen Language](http://www.shenlanguage.org) by [Mark Tarver](http://marktarver.com/) for JavaScript. Built for modern browsers and recent versions of Node, requiring the [latest features](https://github.com/lukehoban/es6features) of the ECMAScript standard. diff --git a/favicon.ico b/assets/favicon.ico similarity index 100% rename from favicon.ico rename to assets/favicon.ico diff --git a/favicon.png b/assets/favicon.png similarity index 100% rename from favicon.png rename to assets/favicon.png diff --git a/logo.png b/assets/logo.png similarity index 100% rename from logo.png rename to assets/logo.png diff --git a/logo.svg b/assets/logo.svg similarity index 100% rename from logo.svg rename to assets/logo.svg diff --git a/index.html b/index.html index 66deb44..3111be2 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - + + ShenScript