-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some typos, used BufferedReader instead of Files.lines for jar …
…packing purposes (Files.lines) throws npe
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## Manuel | ||
Manuel is a lightweight library that encodes English alphabet to discord alphabet emojis. | ||
me.fibi.manuel.Manuel is a lightweight library that encodes English alphabet to discord alphabet emojis. | ||
It uses streams to map the characters to emojis. | ||
|
||
#### Example of usage | ||
```java | ||
var manuel = new DiscordCharacters(); | ||
var manuel = new Manuel(); | ||
System.out.println(manuel.getEncodedStatement("manuel 2.9")); | ||
``` | ||
![](https://i.imgur.com/As0Q0WJ.png) |
21 changes: 13 additions & 8 deletions
21
src/DiscordCharacters.java → src/me/fibi/manuel/Manuel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters