Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Aug 7, 2023
1 parent 2e9fb83 commit 650c005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ val options = createQrVectorOptions {
ContextCompat.getColor(context, R.color.your_color)
)
frame = QrVectorColor.LinearGradient(
color = listOf(
colors = listOf(
0f to android.graphics.Color.RED,
1f to android.graphics.Color.BLUE,
),
Expand Down Expand Up @@ -164,7 +164,7 @@ val options = QrVectorOptions.Builder()
ContextCompat.getColor(context, R.color.your_color)
),
frame = QrVectorColor.LinearGradient(
color = listOf(
colors = listOf(
0f to android.graphics.Color.RED,
1f to android.graphics.Color.BLUE,
),
Expand Down

0 comments on commit 650c005

Please sign in to comment.