diff --git a/README.md b/README.md index 18fd036..db5ea02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ NOTE ---- -This is a utility class intended to create a theme settings page. Read full [docs](http://wpts.nexxoz.com) +This is a utility class intended to create a theme settings page. Read full [docs](http://wpts.nexxoz.com) and [changelog](https://github.com/mattiasghodsian/wp_theme_settings/blob/master/changelog.md) Installation ------------ @@ -62,4 +62,4 @@ function wp_theme_settings_add_stylesheet(){ wp_register_script('wp_theme_settings',get_template_directory_uri() . '/wp_theme_settings.js', array('jquery')); wp_enqueue_script('wp_theme_settings'); } -``` \ No newline at end of file +```