Skip to content

Commit a664d53

Browse files
committed
replace hash with three part version in readme
1 parent b41aea7 commit a664d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Static assets that do not contain anything environment-specific and are hosted
8888
- <script src="main.js" type="text/javascript"></script>
8989

9090
+ <!-- permanent, reuseable -->
91-
+ <script src="https://assets.myapp.com/apps/bae1407/main.js" type="text/javascript"></script>
91+
+ <script src="https://assets.myapp.com/apps/1.0.2/main.js" type="text/javascript"></script>
9292
```
9393

9494
#### `index.html` defines the values of the globally scoped environment variables
@@ -135,7 +135,7 @@ The `index.html` of most single-page web applications is typically a small docum
135135
<app-root></app-root>
136136

137137
<!-- fully-qualified static assets -->
138-
<script src="https://assets.myapp.com/apps/bae1407/main.js" type="text/javascript"></script>
138+
<script src="https://assets.myapp.com/apps/1.0.2/main.js" type="text/javascript"></script>
139139

140140
</body>
141141
</html>

0 commit comments

Comments
 (0)