summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+```