Skip to content

Commit

Permalink
chore(README.md): Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Jan 28, 2020
1 parent 95aa935 commit f0943b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CP Editor

[![Build Status](https://travis-ci.org/coder3101/cp-editor.svg?branch=master)](https://travis-ci.org/coder3101/cp-editor)
[![Latest Stable](https://img.shields.io/github/v/release/coder3101/cp-editor?label=Latest%20Stable&style=flat-square)](https://github.com/coder3101/cp-editor/releases/latest)
[![Latest Beta](https://img.shields.io/github/v/release/coder3101/cp-editor?include_prereleases&label=Latest%20Beta&style=flat-square)](https://github.com/coder3101/cp-editor/releases)
[![Latest Stable](https://img.shields.io/github/v/release/coder3101/cp-editor?label=latest%20stable)](https://github.com/coder3101/cp-editor/releases/latest)
[![Latest Release](https://img.shields.io/github/v/release/coder3101/cp-editor?include_prereleases&label=latest%20release&sort=semver)](https://github.com/coder3101/cp-editor/releases)

<img src=https://i.imgur.com/31n9t8i.png height="80" width="80">
<img src=assets/icon.ico height="80" width="80">

**CP Editor** is a native Qt-based code editor written in C++. It's specially designed for competitive programming, unlike other editors/IDEs which are mainly for developers. It helps you focus on your coding and automates the compilation, executing and testing. It even fetches test cases for you from webpages and submits codes on Codeforces!

Expand Down

0 comments on commit f0943b4

Please sign in to comment.