Skip to content

Commit f33bcf3

Browse files
committed
fix pluralization
1 parent db8d132 commit f33bcf3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
_Immutable Web Applications_ is a framework-agnostic methodology for building and deploying static [single-page application](https://en.wikipedia.org/wiki/Single-page_application) that:
5+
_Immutable Web Applications_ is a framework-agnostic methodology for building and deploying static [single-page applications](https://en.wikipedia.org/wiki/Single-page_application) that:
66

77
- Minimizes risk and complexity of live releases.
88
- Simplifies and maximizes caching.
@@ -79,3 +79,18 @@ _The `index.html` of your Angular app might look like this... it's all configura
7979
</body>
8080
</html>
8181
```
82+
83+
## Development Lifecycle
84+
85+
86+
87+
### Staged Deployments
88+
89+
1. Implementation
90+
2. Build
91+
3. Publish
92+
93+
### Atomic Releases
94+
95+
1. Build `index.html`
96+
2.

0 commit comments

Comments
 (0)