We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8c6e4 commit 6847ca0Copy full SHA for 6847ca0
1 file changed
docs/about/01-versioning.md
@@ -1,20 +1,12 @@
1
-Karma uses [Semantic Versioning]. There are some special rules at the moment,
2
-as we have not yet released a `1.0.0`.
+Karma uses [Semantic Versioning].
3
4
-* Minor versions could introduce breaking changes.
5
-* Patch versions are expected to be compatible at all times.
+It is recommended that you add Karma by running:
6
7
-It is recommended that you add the following entry to your `package.json`
8
-file, either manually
9
-```javascript
10
-{
11
- "devDependencies": {
12
- "karma": "^0.13.0"
13
- }
14
-}
+```bash
+$ yarn add --dev karma
15
```
16
17
-or by running
+or:
18
19
```bash
20
$ npm --save-dev install karma
0 commit comments