Skip to content

Commit 95d68d8

Browse files
committed
Corrected name of the library
1 parent 695a4af commit 95d68d8

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
@@ -23,7 +23,7 @@ A library containing common custom widgets, datamodels, etc.
2323
Open your `pubspeck.yaml` and search for `dependencies`. Then add these lines:
2424
```
2525
dependencies:
26-
my_custom_widgets:
26+
code_judge_library:
2727
git:
2828
url: https://github.com/CodeJudgeOrg/CodeJudge-Library
2929
ref: v.1.0.0 # Replace by the version you want to use
@@ -34,7 +34,7 @@ You can find the version of each release at the [release page](https://github.co
3434
Open your `pubspeck.yaml` and search for `dependencies`. Then add these lines:
3535
```
3636
dependencies:
37-
my_custom_widgets:
37+
code_judge_library:
3838
git:
3939
url: https://github.com/CodeJudgeOrg/CodeJudge-Library
4040
ref: main

0 commit comments

Comments
 (0)