Skip to content

Commit

Permalink
Do not claim to be Android-specific
Browse files Browse the repository at this point in the history
Test Plan: None
  • Loading branch information
dcolascione authored and sdwilsh committed Jan 15, 2015
1 parent 3bb5f1c commit 2c46368
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Buck
====

Buck is an Android build tool. To see what Buck can do for you,
Buck is a build tool. To see what Buck can do for you,
check out the documentation at <http://facebook.github.io/buck/>.

[![Build Status](https://travis-ci.org/facebook/buck.svg)](https://travis-ci.org/facebook/buck)
Expand Down
4 changes: 2 additions & 2 deletions docs/__common.soy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ga('send', 'pageview');

<meta property="og:locale" content="en_US">
<meta property="og:title" content="{$title}">
<meta property="og:site_name" content="Buck: an Android build tool">
<meta property="og:site_name" content="Buck: a build tool">
<meta property="og:image" content="http://facebook.github.io/buck/static/og.png">
<meta property="og:type" content="{$og_type}">
<meta property="og:description" content="{$description}">
Expand Down Expand Up @@ -109,7 +109,7 @@ ga('send', 'pageview');
<header class='hero'><div class='width'>
<hgroup>
<h1>
A high-performance<br />Android &amp; Java build tool
A high-performance build tool
</h1>
<a class='button' href='setup/quick_start.html'>Quick Start</a>&nbsp;
<a class='button' href='https://github.com/facebook/buck'>GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.soy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{template .soyweb}
{call buck.page}
{param ishome: true /}
{param title: 'An Android (and Java!) build tool' /}
{param title: 'A fast build tool' /}
{param description}
Buck is a build system for Android that encourages the creation of
small, reusable modules consisting of code and resources.
Expand Down

0 comments on commit 2c46368

Please sign in to comment.