summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--README.md6
-rw-r--r--examples/chart_colors.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 2033adef..9fb9b985 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011 Randy Morgan
+Copyright (c) 2011, 2012 Randy Morgan
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index 47b77eff..3eb1fd48 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,11 @@ To install Axlsx, use the following command:
#Examples
------
-{include:file:examples/example.rb}
+The example listing is getting overly large to maintain here.
+If you are using Yard, you will be able to see the examples inline below.
+If not, please refer to the Please see the {file:examples/example.rb} file.
-There are more examples in the examples directory.
+{include:file:examples/example.rb}
There is much, much more you can do with this gem. If you get stuck, grab me on IRC or submit an issue to Github. Chances are that it has already been implemented. If it hasn't - let's take a look at adding it in.
diff --git a/examples/chart_colors.rb b/examples/chart_colors.rb
index 1287c2e9..fac3b58e 100644
--- a/examples/chart_colors.rb
+++ b/examples/chart_colors.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby -w -s
# -*- coding: utf-8 -*-
-$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
+# $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
require 'axlsx'
p = Axlsx::Package.new