Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Oct 30, 2018
1 parent f3facd3 commit c8e9781
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ This will convert emoji codes in strings to unicode emojis.
```c++
emojicpp::emojize("Emoji :smile: for c++ :+1:")
```
**How To Run?**
```
$ chmod +x run.sh
$ ./run.sh
```
**Output**
Expand All @@ -30,6 +26,12 @@ int main() {
}
```

**How To Run Sample?**
```
$ chmod +x run.sh
$ ./run.sh
```

Supported Emojis
------------------

Expand Down

0 comments on commit c8e9781

Please sign in to comment.