Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
fix: improve README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
no23reason committed Feb 10, 2019
1 parent f57ee82 commit 572bbdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ You can use CSS to set the QR code colors instead of the `bgColor` and `fgColor`

Let's say you used `my-qr-code` as the `cellClassPrefix`. The generated classes are:

* `my-qr-code-cell` for all the cells
* `my-qr-code-cell-empty` for the empty cells

* `my-qr-code-cell` for all the cells
* `my-qr-code-cell-empty` for the empty cells
* `my-qr-code-cell-filled` for the filled cells

You can then set the colors using the `fill` CSS property. See [CSS Demo](https://no23reason.github.io/react-qr-svg/#/css-demo) for an example.
Expand Down

0 comments on commit 572bbdc

Please sign in to comment.