Skip to content

Commit

Permalink
Adds note about Text class for developers interested in extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzykhys committed Nov 8, 2013
1 parent c9cdf45 commit c1d9928
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ class YourExtension implements ExtensionInterface
}
```

Each extensions handle string as a `Text` object. See [API section of kzykhys/Text][textapi].

### Events

Possible events are:
Expand Down Expand Up @@ -276,4 +278,5 @@ Kazuyuki Hayashi (@kzykhys)

[milestones]: https://github.com/kzykhys/Ciconia/issues/milestones
[phar]: https://github.com/kzykhys/Ciconia/releases/download/v0.1.4/ciconia.phar
[contributors]: https://github.com/kzykhys/Ciconia/graphs/contributors
[contributors]: https://github.com/kzykhys/Ciconia/graphs/contributors
[textapi]: https://github.com/kzykhys/Text#api

0 comments on commit c1d9928

Please sign in to comment.