From dde9cbb133c8337e261e3125856fa63d92a56d63 Mon Sep 17 00:00:00 2001 From: Cevado Date: Sun, 2 Apr 2017 21:38:42 -0300 Subject: [PATCH] correct markdown --- CHANGELOG.md | 32 ++++++++++++++++---------------- README.md | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98f2b4..4c82760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,55 +1,55 @@ -#Changelog +# Changelog -##v0.4.0: +## v0.4.0: * Updates `Helper.Countries` and `Helper.Area` behavior * Several changes to improve performance. * Include `valid?/1`. * Remove warning from v0.3 -##v0.3.10: +## v0.3.10: * Correct number validation for Norway. * Correct Ireland area codes validation. -##v0.3.9: +## v0.3.9: * Add and correct various area codes for NANP. * Better test coverage for NANP numbers. -##v0.3.8: +## v0.3.8: * Add 424 area code for California. * Add 475 area code for Connecticut. -##v0.3.7: +## v0.3.7: * Correct area code for Ontario - US. -##v0.3.6: +## v0.3.6: * Correct number validation to Italy. -##v0.3.5: +## v0.3.5: * Correct number validation to Bosnia and Herzegovina. -##v0.3.4: +## v0.3.4: * Correct number validation to Estonia. -##v0.3.3: +## v0.3.3: * Correct number validation to São Paulo - BR. - ##v0.3.2: +## v0.3.2: * Area codes for Brazil. * Updated all regular expressions for NANP, to enforce end of line. -##v0.3.1: +## v0.3.1: * Issues with Croatia numbers corrected. -##v0.3.0: +## v0.3.0: * Changed `parse/2` parameters order for a better use on pipes. * Added functions `parse!/1` and `parse!/2` for a direct return, and raises on error. -##v0.2.1: +## v0.2.1: * Correct area codes for Colorado - US. -##v0.2.0: +## v0.2.0: * Add `parse/2` to `Phone` module, so can parse phone numbers without international code but with atom identifying the country. -##v0.1.0: +## v0.1.0: * First public release diff --git a/README.md b/README.md index 28d9fda..760722c 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ defp deps do end ``` -##[Contributing](./CONTRIBUTING.md) +## [Contributing](./CONTRIBUTING.md) -##[Changelog](./CHANGELOG.md) +## [Changelog](./CHANGELOG.md) -##[Code of Conduct](./CODE_OF_CONDUCT.md) +## [Code of Conduct](./CODE_OF_CONDUCT.md) ## License Phone is under Apache v2.0 license. Check the [LICENSE](./LICENSE) file for more details.