From a65fba23dcf78d8bd4da861e428a80d154a85828 Mon Sep 17 00:00:00 2001
From: Frank Fang <FrankFang1990@gmail.com>
Date: Mon, 2 Mar 2020 23:40:33 +0800
Subject: [PATCH] Should require 'rspec_api_documentation'

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index fa6feb5d..dd04efca 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ See the `example` folder for a sample Rails app that has been documented.  The s
 
 ## Configuration options
 ```ruby
+require 'rspec_api_documentation'
 # Values listed are the default values
 RspecApiDocumentation.configure do |config|
   # Set the application that Rack::Test uses