Skip to content

Commit

Permalink
Fix unterminated single quote (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdOfCode committed Mar 4, 2020
1 parent 55d5b51 commit cdb27de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit cdb27de

Please sign in to comment.