Skip to content

Commit ec8dd44

Browse files
committed
minor readme tweaks
1 parent 689cf3b commit ec8dd44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# EasyClangComplete #
22

3-
Sublime Text 3 plugin that offers auto-completion for C++
3+
Sublime Text 3 plugin that offers clang-based auto-completion for C++
44

55
![Example](autocomplete_show_off.gif)
66

77
[![Build Status](https://goo.gl/3KUIVo)](https://goo.gl/nJ2NOU)
88
[![Build status](https://goo.gl/FqsNzm)](https://goo.gl/4N6nxe)
99
[![Codacy Badge](https://goo.gl/PDVYTj)](https://goo.gl/h52rHl)
10-
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
1110
[![Sublime Text 3](https://img.shields.io/badge/Sublime%20Text-3-green.svg)](https://www.sublimetext.com/3)
11+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
1212

1313
This plugin aims to provide easy-to-use, minimal-setup autocompletions for C++ for Sublime Text 3. It is built to function in an asynchronous way, so that you will not have to wait even when completions take slightly longer to load.
1414

0 commit comments

Comments
 (0)