Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi committed Dec 30, 2017
1 parent dd3ac02 commit e18dbc1
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,6 +1,6 @@
# get-osx-version

[![Build Status](https://travis-ci.org/fscherwi/get-osx-version.svg?branch=master)](https://travis-ci.org/fscherwi/get-osx-version) [![Coverage Status](https://coveralls.io/repos/fscherwi/get-osx-version/badge.svg?branch=master&service=github)](https://coveralls.io/github/fscherwi/get-osx-version?branch=master) [![bitHound Overalll Score](https://www.bithound.io/github/fscherwi/get-osx-version/badges/score.svg)](https://www.bithound.io/github/fscherwi/get-osx-version)
[![Build Status](https://travis-ci.org/fscherwi/get-osx-version.svg?branch=master)](https://travis-ci.org/fscherwi/get-osx-version) [![Coverage Status](https://coveralls.io/repos/fscherwi/get-osx-version/badge.svg?branch=master&service=github)](https://coveralls.io/github/fscherwi/get-osx-version?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a7dbbdce21b447ae85642d76b12a86c5)](https://www.codacy.com/app/fscherwi/get-osx-version?utm_source=github.com&utm_medium=referral&utm_content=fscherwi/get-osx-version&utm_campaign=Badge_Grade)

## Get the Mac OS versions from the running system!

Expand All @@ -9,7 +9,7 @@
Output your current Mac OS version!

```javascript
var mac_os_version = require('get-osx-version').get();
var MacOSVersion = require('get-osx-version').get();

console.log('Mac OS version: ' + mac_os_version);
console.log('Mac OS version: ' + MacOSVersion);
```

0 comments on commit e18dbc1

Please sign in to comment.