Skip to content

Commit

Permalink
Update beta.5 -> beta.6 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisdano committed Mar 11, 2019
1 parent 630855c commit 46f4695
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ How you implement the design system depends on the needs of your project and you

### Download

1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.0.0-beta.5) from the latest USWDS 2.0.0 Beta release and open that file.
1. Download the [USWDS zip file](https://github.com/uswds/uswds/releases/tag/v2.0.0-beta.6) from the latest USWDS 2.0.0 Beta release and open that file.

After extracting the zip file you should see the following file and folder structure:

```
uswds-2.0.0-beta.5/
uswds-2.0.0-beta.6/
├── css/
│   ├── uswds.min.css.map
│   ├── uswds.min.css
Expand All @@ -90,7 +90,7 @@ How you implement the design system depends on the needs of your project and you
```
example-project/
├── assets/
│   ├── uswds-2.0.0-beta.5/
│   ├── uswds-2.0.0-beta.6/
│   ├── stylesheets/
│   ├── images/
│   └── javascript/
Expand All @@ -110,11 +110,11 @@ How you implement the design system depends on the needs of your project and you
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Example Project</title>
<link rel="stylesheet" href="assets/uswds-2.0.0-beta.5/css/uswds.min.css">
<link rel="stylesheet" href="assets/uswds-2.0.0-beta.6/css/uswds.min.css">
</head>
<body>

<script src="assets/uswds-2.0.0-beta.5/js/uswds.min.js"></script>
<script src="assets/uswds-2.0.0-beta.6/js/uswds.min.js"></script>
</body>
</html>
```
Expand Down Expand Up @@ -145,7 +145,7 @@ And that’s it — you should now be able to copy our code samples into your `i
4. Add `uswds` to your project’s `package.json`:

```shell
npm install --save uswds@2.0.0-beta.5
npm install --save uswds@2.0.0-beta.6
```

The `uswds` module is now installed as a dependency. You can use the un-compiled files found in the `node_modules/uswds/dist/` directory.
Expand Down

0 comments on commit 46f4695

Please sign in to comment.