From 0374217846736050e9a93c8199c7a32d9d70cdb9 Mon Sep 17 00:00:00 2001 From: Sebastian DiLorenzo Date: Wed, 10 Aug 2016 10:42:36 +0200 Subject: [PATCH] small readme changes --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fc3a5..3a39ed6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ See [all supported options in the documentation at `docs/options.md`](https://g | Python | `Python` |`.py` | [`autopep8`](https://github.com/hhatto/autopep8) (Default), [`yapf`](https://github.com/google/yapf) | | Riot.js | `Riot.js`, `HTML (Riot Tag)` |`.tag` | [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) | | Ruby | `Ruby`, `Ruby on Rails` |`.rb` | [`Rubocop`](https://github.com/bbatsov/rubocop) (Default), [`Ruby Beautify`](https://github.com/erniebrodeur/ruby-beautify) | -| R | `R` |`.r` | [`R`](https://cran.r-project.org/) (Default) | +| R | `R` |`.r` | [`formatR`](https://github.com/yihui/formatR) (Default) | | Rust | `Rust` |`.rs`, `.rlib` | [`rustfmt`](https://github.com/nrc/rustfmt) (Default) | | Sass | `Sass` |`.sass` | [`CSScomb`](https://github.com/csscomb/csscomb.js), [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) | | SCSS | `SCSS` |`.scss` | [`CSScomb`](https://github.com/csscomb/csscomb.js), [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) | diff --git a/package.json b/package.json index bacb986..1680102 100644 --- a/package.json +++ b/package.json @@ -251,6 +251,7 @@ "pretty diff", "pug beautify", "puppet-lint", + "r", "remark", "rubocop", "ruby beautify",