From 8e154d1d0558a6753cd4d0e0f0c21fc6b96a1594 Mon Sep 17 00:00:00 2001 From: Darsh Shah Date: Thu, 15 Oct 2020 02:39:50 -0700 Subject: [PATCH] fix(docs): Update README.md (#1295) Summary: ### Changes - [x] Aligning header elements to the center. - [x] Added logo > This makes the docs look symmetrical and looks a bit catchy. Pull Request resolved: https://github.com/facebook/infer/pull/1295 Reviewed By: martintrojer Differential Revision: D24330220 Pulled By: jvillard fbshipit-source-id: 1ebb3a997 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e92ae5ee..eb076a382 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ +logo + # Infer [![Build Status](https://travis-ci.org/facebook/infer.svg?branch=master)](https://travis-ci.org/facebook/infer) [Infer](http://fbinfer.com/) is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/). - ## Installation Read our [Getting