diff --git a/README.md b/README.md index bd988cd..fd373ad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ google-code-prettify wrapper ======================= -Wraps Google Code Prettify into a nice little bow for easy inclusion into any website or blog. Nothing new has been created here, it is packaged up nicely. +This repository serves up google prettify. It allows you to add code highlighting to any page without hosting any files. It has no external dependencies--just pure javascript. # Directions @@ -11,13 +11,13 @@ The end of your html template should look like this: ```html - - - + + + @@ -32,4 +32,9 @@ There are a few themes included in the package itself: http://google-code-prettify.googlecode.com/svn/trunk/styles/index.html [jmblog](https://github.com/jmblog) maintains some nice themes: -http://jmblog.github.com/color-themes-for-google-code-prettify/ \ No newline at end of file +http://jmblog.github.com/color-themes-for-google-code-prettify/ + +Lastly, here are some themes I'm hosting. They are slightly modified versions of the ones found above. + * http://mnewt.github.com/prettify-wrapper/themes/tomorrow-mnewt.css + * http://mnewt.github.com/prettify-wrapper/themes/tomorrow-night-mnewt.css + * http://mnewt.github.com/prettify-wrapper/themes/tomorrow-night-eighties-mnewt.css \ No newline at end of file