Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MenesesGHZ authored Jun 15, 2022
1 parent 75f8565 commit edc40b7
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 @@ -4,7 +4,7 @@
<h1 align="center">Gorip v1.5</h1>
</div>
<p align="center">
<a><img src="https://img.shields.io/badge/Version-1.0.0-green.svg" alt="Version"></a>
<a><img src="https://img.shields.io/badge/Version-1.5-green.svg" alt="Version"></a>
<a><img src="https://img.shields.io/badge/Made%20with-Go-blue.svg" alt="Go"></a>
</p>

Expand All @@ -25,7 +25,6 @@ isLogged := user.Rip()
if isLogged{
/*... do actions ...*/
}
}
```
### Get Basic Info
```go
Expand Down Expand Up @@ -57,7 +56,7 @@ The reactions Id are the same that Facebook provides and are listed below:
fbrip.NewUser("mock@email","password"),
isLogged := user.Rip()
if isLogged {
react := fbrip.NewReaction("2", "https://www.facebook.com/RickandMorty/photos/pcb.5282285888534857/5282285578534888/")
react := fbrip.NewReaction("2", "https://www.facebook.com/RickandMorty/photos/pcb.5282285888534857/5282285578534888/")
success := fbrip.Do(user, react)
if success {
fmt.Println("You have reacted '<3' to a Rick and Morty image !")
Expand Down

0 comments on commit edc40b7

Please sign in to comment.