aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-01-12 00:14:12 +0800
committerFabio Berger <me@fabioberger.com>2019-01-12 00:14:12 +0800
commit98579300c1f78d8c360fa960cc73ffacb1012e91 (patch)
treeab29e15e580820ad76dafa088926bec9998bb51c /packages/react-docs/README.md
parent6fb2721294f5d25edb76cb6f9b34eb3e07212950 (diff)
parent2cf57a48dd2857dd5cf2f31f4c60dd47ae4d34a5 (diff)
downloaddexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.gz
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.bz2
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.lz
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.xz
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.tar.zst
dexon-0x-contracts-98579300c1f78d8c360fa960cc73ffacb1012e91.zip
merge development
Diffstat (limited to 'packages/react-docs/README.md')
-rw-r--r--packages/react-docs/README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/react-docs/README.md b/packages/react-docs/README.md
index 19c092e4d..7b1f4f80a 100644
--- a/packages/react-docs/README.md
+++ b/packages/react-docs/README.md
@@ -11,15 +11,15 @@ A full-page React component for rendering beautiful documentation for Solidity a
#### Features
-* Mobile optimized
-* Reads Javadoc-style comments in your code to generate class/method/argument/return/type comments.
-* Syntax highlighting support for TypeScript & Solidity
-* Type declaration linking
-* Type declaration popovers to avoid clicking through to the definition
-* Section/method/type anchors for easily pointing others to a specific part of your docs.
-* Version picker
-* Customizable sidebar header
-* Supports custom markdown sections so you can easily add an intro or installation instructions.
+- Mobile optimized
+- Reads Javadoc-style comments in your code to generate class/method/argument/return/type comments.
+- Syntax highlighting support for TypeScript & Solidity
+- Type declaration linking
+- Type declaration popovers to avoid clicking through to the definition
+- Section/method/type anchors for easily pointing others to a specific part of your docs.
+- Version picker
+- Customizable sidebar header
+- Supports custom markdown sections so you can easily add an intro or installation instructions.
## Installation
@@ -45,9 +45,9 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
Feel free to contribute to these improvements!
-* Allow user to pass in styling for all major elements similar to [Material-UI](http://www.material-ui.com/).
-* Allow user to define an alternative font and have it change everywhere.
-* Add source links to Solidity docs (currently unsupported by solc, which underlies sol-doc).
+- Allow user to pass in styling for all major elements similar to [Material-UI](http://www.material-ui.com/).
+- Allow user to define an alternative font and have it change everywhere.
+- Add source links to Solidity docs (currently unsupported by solc, which underlies sol-doc).
## Contributing