summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-27 00:37:10 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-27 00:37:10 +0100
commitf09ebae15f67701134fe57b8c2c15af720a43b33 (patch)
tree968162d2d39ae0ec27246d606580ce37cf120220 /README.md
parent5af18be5ff24016def38d76ca6d7f3ea19ce4c30 (diff)
Fixed typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8127a46..6feef65 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ Cell::new("foo2").style_spec("FrByc")
Where **FrBybc** means **F**oreground: **r**ed, **B**ackground: **y**ellow, **b**old, **c**enter
With macros it's even simpler :
-> **Currenly style in macros don't work on nightly rust because of _Type Ascription_. See issue [#11](https://github.com/phsym/prettytable-rs/issues/11) for details**
+> **Currently style in macros don't work on nightly rust because of _Type Ascription_. See issue [#11](https://github.com/phsym/prettytable-rs/issues/11) for details**
In rows, for each cells :
```rust