Browse Source

Moved attribution to a seperate file to avoid cluttering the code.

David Underwood 12 years ago
parent
commit
c4feb5276a
2 changed files with 3 additions and 1 deletions
  1. 3 0
      CONTRIBUTORS
  2. 0 1
      lib/shopify_api/limits.rb

+ 3 - 0
CONTRIBUTORS

@@ -0,0 +1,3 @@
+API limits code
+
+* Contributed by Chris Scott, https://github.com/christocracy/shopify-api-limits

+ 0 - 1
lib/shopify_api/limits.rb

@@ -1,4 +1,3 @@
-# based on code from https://github.com/christocracy/shopify-api-limits
 module ShopifyAPI
   module Limits
     def self.included(klass)