Skip to content

Commit

Permalink
Update README.md with v0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Elman committed Dec 12, 2016
1 parent d317e92 commit a6724bd
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 @@ -38,7 +38,7 @@ We’re glad you’d like to use the Standards — here’s how you can get star
* Designers: [Check out our Getting Started for Designers information](https://standards.usa.gov/getting-started/designers/).
* [Design files of all the assets included in the Standards are available for download](https://github.com/18F/web-design-standards-assets/archive/master.zip).
* Developers: [Follow the instructions in this README to get started.](#using-the-standards)
* [CSS, JavaScript, image, and font files of all the assets on this site are available for download](https://github.com/18F/web-design-standards/releases/download/v0.13.3/uswds-0.13.3.zip).
* [CSS, JavaScript, image, and font files of all the assets on this site are available for download](https://github.com/18F/web-design-standards/releases/download/v0.14.0/uswds-0.14.0.zip).

## Using the Standards

Expand All @@ -53,12 +53,12 @@ There are a few different ways to use the Standards within your project. Which o

### Download

1. Download the [Standards zip file](https://github.com/18F/web-design-standards/releases/download/v0.13.3/uswds-0.13.3.zip) and open that file.
1. Download the [Standards zip file](https://github.com/18F/web-design-standards/releases/download/v0.14.0/uswds-0.14.0.zip) and open that file.

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

```
uswds-0.13.3/
uswds-0.14.0/
├── js/
│   ├── uswds.min.js.map
│   ├── uswds.min.js
Expand All @@ -76,7 +76,7 @@ There are a few different ways to use the Standards within your project. Which o
```
example-project/
├── assets/
│   ├── uswds-0.13.3/
│   ├── uswds-0.14.0/
│   ├── stylesheets/
│   ├── images/
│   └── javascript/
Expand All @@ -96,11 +96,11 @@ There are a few different ways to use the Standards within your project. Which o
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Example Project</title>
<link rel="stylesheet" href="assets/uswds-0.13.3/css/uswds.min.css">
<link rel="stylesheet" href="assets/uswds-0.14.0/css/uswds.min.css">
</head>
<body>

<script src="assets/uswds-0.13.3/js/uswds.min.js"></script>
<script src="assets/uswds-0.14.0/js/uswds.min.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit a6724bd

Please sign in to comment.