Skip to content

Commit ca778af

Browse files
committed
Updated docs
1 parent 7a40738 commit ca778af

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,35 +109,36 @@ console.log(name.emoji);
109109

110110

111111

112+
## :memo: Documentation
112113

113-
## :question: Get Help
114114

115-
There are few ways to get help:
115+
### `get(name)`
116+
Gets the emoji character (unicode) by providing the name.
116117

118+
#### Params
117119

120+
- **String** `name`: The emoji name.
118121

119-
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
120-
2. For bug reports and feature requests, open issues. :bug:
121-
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
122+
#### Return
123+
- **String** The emoji character (unicode).
122124

123125

124126

125127

126128

127129

128130

129-
## :memo: Documentation
130131

131132

132-
### `get(name)`
133-
Gets the emoji character (unicode) by providing the name.
133+
## :question: Get Help
134134

135-
#### Params
135+
There are few ways to get help:
136136

137-
- **String** `name`: The emoji name.
138137

139-
#### Return
140-
- **String** The emoji character (unicode).
138+
139+
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
140+
2. For bug reports and feature requests, open issues. :bug:
141+
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
141142

142143

143144

0 commit comments

Comments
 (0)