Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Erfan Momeni authored and Erfan Momeni committed Jun 25, 2023
1 parent 4764dee commit 0bdb6c2
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 @@ -53,7 +53,7 @@ func main() {
```

You can also print many texts with different colors and background colors only in one operation like below:
```
```go
package main

import (
Expand All @@ -67,7 +67,7 @@ func main() {
Print("Erfan")
}
```
output:
<b>output:</b>

<img src="./assets/photo/multiple.png" />

Expand Down

0 comments on commit 0bdb6c2

Please sign in to comment.