diff --git a/contributing.md b/contributing.md index 52aa1a62..e555efbd 100644 --- a/contributing.md +++ b/contributing.md @@ -20,7 +20,7 @@ We're always looking for more opinions on discussions in the issue tracker. It's ### Submitting an issue -- The issue tracker is for issues. Use Stack Overflow or support. +- The issue tracker is for issues. Use Stack Overflow for support. - Search the issue tracker before opening an issue. - Ensure you're using the latest version of XO. - Use a clear and descriptive title. diff --git a/readme.md b/readme.md index 4f31b604..fd630890 100644 --- a/readme.md +++ b/readme.md @@ -139,7 +139,7 @@ Default: `false` Enforce ES2015+ rules. Enabling this will *prefer* ES2015+ syntax and conventions. -*ES2015+ is parsed even without this option. You can already use ES2016 features like [`async`/`await`](https://github.com/lukehoban/ecmascript-asyncawait) and [decorators](https://github.com/wycats/javascript-decorators). For a full list of features see [Babel's experimental features](https://babeljs.io/docs/usage/experimental/) and their [Learn ES2015](https://babeljs.io/docs/learn-es2015/).* +*ES2015+ is parsed even without this option. You can already use ES2016 features like [`async`/`await`](https://github.com/lukehoban/ecmascript-asyncawait) and [decorators](https://github.com/wycats/javascript-decorators). For a full list of features see [Babel's experimental features](https://babeljs.io/docs/plugins/#stage-x-experimental-presets) and their [Learn ES2015](https://babeljs.io/docs/learn-es2015/).* ### envs