Showing
1 changed file
with
14 additions
and
4 deletions
... | @@ -18,8 +18,8 @@ | ... | @@ -18,8 +18,8 @@ |
18 | 4. [Usage](#usage) | 18 | 4. [Usage](#usage) |
19 | 5. [Roadmap](#roadmap) | 19 | 5. [Roadmap](#roadmap) |
20 | 6. [Contributing](#contributing) | 20 | 6. [Contributing](#contributing) |
21 | -7. [Contact](#contact) | 21 | +7. [License](#license) |
22 | - | 22 | +8. [Contact](#contact) |
23 | 23 | ||
24 | 24 | ||
25 | 25 | ||
... | @@ -57,8 +57,7 @@ __user__ | ... | @@ -57,8 +57,7 @@ __user__ |
57 | ``` | 57 | ``` |
58 | npm install | 58 | npm install |
59 | ``` | 59 | ``` |
60 | -3. Put your secret API KEY in ```.env``` | 60 | +3. Put your secret API KEY in `.env` If you have not installed dotenv module, enter the following command to install. |
61 | - If you have not installed dotenv module, enter the following command to install. | ||
62 | ``` | 61 | ``` |
63 | npm install dotenv | 62 | npm install dotenv |
64 | ``` | 63 | ``` |
... | @@ -78,6 +77,8 @@ __developer__ | ... | @@ -78,6 +77,8 @@ __developer__ |
78 | 6. npm install | 77 | 6. npm install |
79 | 7. 실행 | 78 | 7. 실행 |
80 | 79 | ||
80 | + | ||
81 | + | ||
81 | <!-- USAGE EXAMPLES --> | 82 | <!-- USAGE EXAMPLES --> |
82 | ## Usage | 83 | ## Usage |
83 | 84 | ||
... | @@ -131,6 +132,15 @@ __developer__ | ... | @@ -131,6 +132,15 @@ __developer__ |
131 | 132 | ||
132 | 133 | ||
133 | 134 | ||
135 | +<!-- License --> | ||
136 | +## License | ||
137 | + | ||
138 | +Distributed under the MIT License. See `LICENSE.txt` for more information. | ||
139 | + | ||
140 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
141 | + | ||
142 | + | ||
143 | + | ||
134 | <!-- CONTACT --> | 144 | <!-- CONTACT --> |
135 | ## Contact | 145 | ## Contact |
136 | 146 | ... | ... |
-
Please register or login to post a comment