From 9483239bd20611abf2964c1776bea9609b758f9b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 07:08:04 -0300 Subject: [PATCH] Fix broken Markdown headings --- Pods/Masonry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pods/Masonry/README.md b/Pods/Masonry/README.md index 3d9013c..833b744 100644 --- a/Pods/Masonry/README.md +++ b/Pods/Masonry/README.md @@ -1,4 +1,4 @@ -#Masonry [![Build Status](https://travis-ci.org/SnapKit/Masonry.svg?branch=master)](https://travis-ci.org/SnapKit/Masonry) [![Coverage Status](https://img.shields.io/coveralls/SnapKit/Masonry.svg?style=flat-square)](https://coveralls.io/r/SnapKit/Masonry) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +# Masonry [![Build Status](https://travis-ci.org/SnapKit/Masonry.svg?branch=master)](https://travis-ci.org/SnapKit/Masonry) [![Coverage Status](https://img.shields.io/coveralls/SnapKit/Masonry.svg?style=flat-square)](https://coveralls.io/r/SnapKit/Masonry) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) **Masonry is still actively maintained, we are committed to fixing bugs and merging good quality PRs from the wider community. However if you're using Swift in your project, we recommend using [SnapKit](https://github.com/SnapKit/SnapKit) as it provides better type safety with a simpler API.**