From 25129a2021930d76a2e370460356077665eb0e76 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Mon, 15 Jun 2020 10:44:27 -0400 Subject: [PATCH] use main branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b72bb97..a25c5ed 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A design system for building faithful recreations of old UIs. -a screenshot of a window with the title 'My First VB4 Program' and two buttons OK and Cancel, styled like a Windows 98 dialog a magnified view showing pixel-perfect borders on a scrollbar and button element +a screenshot of a window with the title 'My First VB4 Program' and two buttons OK and Cancel, styled like a Windows 98 dialog a magnified view showing pixel-perfect borders on a scrollbar and button element 98.css is a CSS file that takes semantic HTML and makes it look pretty. It does not ship with any JavaScript, so it is compatible with your frontend framework of choice. @@ -53,7 +53,7 @@ Refer to the [documentation page](https://jdan.github.io/98.css/) for specific i First, run `npm install`. -[`style.css`](https://github.com/jdan/98.css/blob/master/style.css) is where everything happens. +[`style.css`](https://github.com/jdan/98.css/blob/main/style.css) is where everything happens. You can use `npm start` to start a development environment that will watch for file changes and rebuild 98.css, reloading your browser in the process. @@ -67,4 +67,4 @@ Thank you for checking my little project out, I hope it brought you some joy tod ### License -[MIT](https://github.com/jdan/98.css/blob/master/LICENSE) +[MIT](https://github.com/jdan/98.css/blob/main/LICENSE)