From cdb27de8d9f19d4eac63ebe68d342e3cc7b5a42e Mon Sep 17 00:00:00 2001 From: NerdOfCode Date: Wed, 4 Mar 2020 03:57:52 -0600 Subject: [PATCH] Fix unterminated single quote (#1565) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 926d296cce..bbc32024cc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ rails generate administrate:install Restart your server, and visit http://localhost:3000/admin to see your new dashboard in action. -For more detailed instructions or to make it work with Rails API-only applications, please go through the ['Getting Started` guide](https://administrate-prototype.herokuapp.com/getting_started). +For more detailed instructions or to make it work with Rails API-only applications, please go through the ['Getting Started' guide](https://administrate-prototype.herokuapp.com/getting_started). If your apps uses Sprockets 4, you'll need to add Administrate's assets to your `manifest.js` file. To do this, add these two lines to the file: