1
0
mirror of https://github.com/danbee/administrate-field-markdown synced 2025-03-04 08:39:06 +00:00

Fix readme

This commit is contained in:
Daniel Barber 2016-04-21 12:15:33 +01:00
parent 6eea8ca810
commit c3c0cfb3f2
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Administrate::Field::Color
# Administrate::Field::Markdown
A plugin to handle colors in [Administrate].
A plugin to handle markdown in [Administrate]. Uses Kramdown for rendering.
[Administrate]: https://github.com/thoughtbot/administrate

View File

@ -5,7 +5,7 @@ require "kramdown"
module Administrate
module Field
class Markdown < Administrate::Field::Base
VERSION = "0.0.1"
VERSION = "0.0.2"
class Engine < ::Rails::Engine
end