Skip to content

Commit da0af7b

Browse files
committed
docs: correct RF versions in README
fixes: #283
1 parent 5b2752f commit da0af7b

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
1919
1. [Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites)
2020
(note: only Python 3.8 and above are supported)
2121

22-
2. [Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.0 and above are supported)
22+
2. [Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.1 and above are supported)
2323

2424
3. [Install the RobotCode extension for Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery).
2525
4. Open or create a robot file and start coding! 😉
@@ -37,17 +37,21 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
3737
With RobotCode you can edit your code with auto-completion, code navigation, syntax checking and many more.
3838
Here is a list of Features:
3939

40-
- [Autocomplete and IntelliSense](#Autocomplete-and-IntelliSense)
41-
- [Code Navigation](#code-navigation)
42-
- [Diagnostics and Linting](#diagnostics-and-linting)
43-
- [Code Formatting](#code-formatting)
44-
- [Running and Debugging](#running-and-debugging)
45-
- [Multi-root Workspace folders](#multi-root-workspace-folders)
46-
- Find implementations and references of keywords, variables, libraries, resource and variable files
47-
- Show codelenses for keyword definitions
48-
- Test Explorer
49-
- Refactorings
50-
- renaming keywords, variables, tags
40+
- [RobotCode - Language support for Robot Framework for Visual Studio Code](#robotcode---language-support-for-robot-framework-for-visual-studio-code)
41+
- [Quick start](#quick-start)
42+
- [Requirements](#requirements)
43+
- [Features](#features)
44+
- [Autocomplete and IntelliSense](#autocomplete-and-intellisense)
45+
- [Code Navigation](#code-navigation)
46+
- [Diagnostics and Linting](#diagnostics-and-linting)
47+
- [Code Formatting](#code-formatting)
48+
- [Running and Debugging](#running-and-debugging)
49+
- [Multi-root Workspace folders](#multi-root-workspace-folders)
50+
- [Installed extensions](#installed-extensions)
51+
- [Setting up your environment](#setting-up-your-environment)
52+
- [With pipenv](#with-pipenv)
53+
- [Customization](#customization)
54+
- [Editor Style](#editor-style)
5155

5256
### Autocomplete and IntelliSense
5357

0 commit comments

Comments
 (0)