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: cached_network_image/CONTRIBUTING.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
@@ -18,7 +18,7 @@ Setting up your development environment
18
18
to generate an SSH key.
19
19
* Clone your forked repo on your local development machine: `git clone [email protected]:<your_name_here>/flutter_cached_network_image.git`
20
20
* Change into the `flutter_cached_network_image` directory: `cd flutter_cached_network_image`
21
-
* Add an upstream to the original repo, so that fetch from the master repository and not your clone: `git remote add upstream [email protected]:baseflow/flutter_cached_network_image.git`
21
+
* Add an upstream to the original repo, so that fetch from the main repository and not your clone: `git remote add upstream [email protected]:baseflow/flutter_cached_network_image.git`
22
22
23
23
Running the example project
24
24
---------------------------
@@ -31,7 +31,7 @@ Contribute
31
31
32
32
We really appreciate contributions via GitHub pull requests. To contribute take the following steps:
33
33
34
-
* Make sure you are up to date with the latest code on the master:
34
+
* Make sure you are up to date with the latest code on the main:
0 commit comments