Skip to content

Commit

Permalink
Added Aperture logo and improved the header layout
Browse files Browse the repository at this point in the history
Also removed outdated information on upcoming features and Linux and Windows support.
  • Loading branch information
skllcrn authored May 12, 2018
1 parent 9870c83 commit f644404
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<p>
<h1 align="center">Aperture</h1>
<h4 align="center">Record the screen on macOS</h4>
<p align="center">
<a href="https://travis-ci.org/wulkano/aperture">
<img src="https://travis-ci.org/wulkano/aperture.svg?branch=master" alt="Build Status: macOS">
</a>
<a href="https://github.com/sindresorhus/xo">
<img src="https://img.shields.io/badge/code_style-XO-5ed9c7.svg" alt="XO code style">
</a>
</p>
<p align="center">
<img src="https://getkap.co/images/aperture.svg" height="64">
<h3 align="center">Aperture</h3>
<p align="center">Record the screen on macOS</p>
<p align="center"><a href="https://travis-ci.org/wulkano/aperture"><img src="https://travis-ci.org/wulkano/aperture.svg?branch=master" alt="Build Status: macOS"></a> <a href="https://github.com/sindresorhus/xo"><img src="https://img.shields.io/badge/code_style-XO-5ed9c7.svg" alt="XO code style"></a></p>
</p>


## Install

```
Expand Down Expand Up @@ -80,7 +73,7 @@ Map {

### recorder = `aperture()`

### recorder.startRecording([options])
### recorder.startRecording([[options]](#options))

Returns a `Promise` for the path to the screen recording file.

Expand Down

0 comments on commit f644404

Please sign in to comment.