Skip to content

Commit

Permalink
append: 0.1.1: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTree committed Mar 24, 2018
1 parent 5ef8980 commit e9b0ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,17 @@ e.g.

```markdown
# test

---

{% Ai2Method %}{"name":"MethodName", "componentName":"compName1", "arg":["arg1","arg2"]}{% endAi2Method %}

{% Ai2Method %}{"name":"MethodName", "arg":["arg1","arg2"], "output":true}{% endAi2Method %}
{% Ai2Method %}{"name":"MethodName2", "arg":["arg1","arg2"], "output":true}{% endAi2Method %}

{% Ai2Event %}{"name":"EventName", "componentName":"compName2", "arg":["arg1","arg2"]}{% endAi2Event %}

{% Ai2Property %}{"name":"PropertyName", "componentName":"compName3", "getter":true}{% endAi2Property %}

{% Ai2Property %}{"name":"PropertyName", "getter":false}{% endAi2Property %}
{% Ai2Property %}{"name":"PropertyName2", "getter":false}{% endAi2Property %}
```

will be converted into:
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9b0ae3

Please sign in to comment.