Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oyilmaztekin authored Nov 7, 2018
1 parent 62e42fd commit 34ea6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
A document generator for Function Expressions, Function Statements, Arrow Function Expressions, and Class Definitions.
</p>
<p align="center">It detects undocumented functions and class methods in your Javascript / Flow / React code at the compile stage. It collects passed parameters, return expressions, states for React code then it creates document template just above the functions.
<p align="center">It detects undocumented functions and class methods in your Javascript / Flow / React source code on the AST nodes at the compile stage. It collects passed parameters, return expressions, states for React code then it creates document template just above the functions.
</p>

## Usage
Expand Down

0 comments on commit 34ea6d8

Please sign in to comment.