Skip to content

Commit 723c893

Browse files
committed
Fix ruby version in Readme
1 parent 3b433a2 commit 723c893

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Unless you wish to contribute to the project, we recommend using the hosted vers
2222

2323
DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app.
2424

25-
DevDocs requires Ruby 3.2.1, libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands:
25+
DevDocs requires Ruby 3.2.2, libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands:
2626

2727
```sh
2828
git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs
@@ -53,12 +53,12 @@ docker run --name devdocs -d -p 9292:9292 thibaut/devdocs
5353

5454
DevDocs aims to make reading and searching reference documentation fast, easy and enjoyable.
5555

56-
The app's main goals are to:
56+
The app's main goals are to:
5757

5858
* Keep load times as short as possible
5959
* Improve the quality, speed, and order of search results
6060
* Maximize the use of caching and other performance optimizations
61-
* Maintain a clean and readable user interface
61+
* Maintain a clean and readable user interface
6262
* Be fully functional offline
6363
* Support full keyboard navigation
6464
* Reduce “context switch” by using a consistent typography and design across all documentations
@@ -126,7 +126,7 @@ thor docs:clean # Delete documentation packages
126126
thor console # Start a REPL
127127
thor console:docs # Start a REPL in the "Docs" module
128128

129-
# Tests can be run quickly from within the console using the "test" command.
129+
# Tests can be run quickly from within the console using the "test" command.
130130
# Run "help test" for usage instructions.
131131
thor test:all # Run all tests
132132
thor test:docs # Run "Docs" tests

0 commit comments

Comments
 (0)