You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The following details are for generating unit tests. To view the docs on how to
14
14
15
15
# 🏃💨️ Quickstart
16
16
17
-
To integrate Pythagora you just run:
17
+
To install Pythagora run:
18
18
```bash
19
19
npm i pythagora --save-dev
20
20
```
21
-
And that's it! Now, you can run the following command from the root directory of your repo:
21
+
Then, [add your API key](#%EF%B8%8F-config) and you're ready to get tests generated. After that, just run the following command from the root directory of your repo:
0 commit comments