diff --git a/README.md b/README.md index 58c6120..ec8e20a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![system.css](https://i.imgur.com/0RbDEWz.png) +[Documentation](https://sakofchit.github.io/system.css/) + System.css is a CSS library for building interfaces that resemble Apple's System OS which ran from 1984-1991. Design-wise, not much really changed from System 1 to System 6; however this library is based on System 6 as it was the final monochrome version of MacOS. Fortunately, this library does not use any JavaScript and is compatible with any front-end framework of your choice. Most styles can also be overwritten to allow for deeper customization. diff --git a/package.json b/package.json index 04ac173..e8b77a4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "build": "node build.js", - "deploy:docs": "npm run build && gh-pages -d dist", + "deploy": "npm run build && gh-pages -d dist", "release": "npm run build && npm publish" }, "repository": {