summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@aquezada.com>2014-08-15 14:21:51 -0400
committerJulian C. Dunn <jdunn@aquezada.com>2014-08-15 14:21:51 -0400
commita8bd2e029ed93bda256ce23cc166927cf0549b3e (patch)
treedc28f79f5f8c7fb1c49eab395a2b4a258021330d
parentf4ac76fe2103a060ab0a773e6d0450249ac8fdae (diff)
parent2d4015ec57f155357f1788a0cbb0bc113340a891 (diff)
downloadohai-a8bd2e029ed93bda256ce23cc166927cf0549b3e.tar.gz
Merge pull request #387 from juliandunn/readme-typos
Fix README errors (grammar, links, formatting)
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8ddcdb23..57e66376 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
# DESCRIPTION:
Ohai detects data about your operating system. It can be used
-standalone, but it's primary purpose is to provide node data to Chef.
+standalone, but its primary purpose is to provide node data to Chef.
Ohai will print out a JSON data blob for all the known data about your
system. When used with Chef, that data is reported back via node
@@ -66,20 +66,19 @@ Source:
* http://github.com/opscode/ohai/tree/master
-Tickets/Issues:
+Issues:
-* http://tickets.opscode.com/
-
-(Use the OHAI project)
+* https://github.com/opscode/ohai/issues
# LICENSE:
Ohai - system information application
-Author:: Adam Jacob (<adam@getchef.com>)
-Copyright:: Copyright (c) 2008-2014 Chef Software, Inc.
-License:: Apache License, Version 2.0
+* Author:: Adam Jacob (<adam@getchef.com>)
+* Copyright:: Copyright (c) 2008-2014 Chef Software, Inc.
+* License:: Apache License, Version 2.0
+```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -91,3 +90,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+```