Skip to content

Commit 9d753bf

Browse files
authored
Update README.md
1 parent 36c3169 commit 9d753bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "rails", "~> 6.1.3"
1818

1919
## Table of Contents
2020
- [Creating a Rails API](#rails-api)
21-
- [Webpacker/React Integration](#Webpacker/React Integration)
21+
- [React Integration](#react-integration)
2222
- [Contributing](#contributing)
2323

2424
## Rails API 💎
@@ -138,7 +138,7 @@ Start your Rails server `rails s` or ```rails s -b 0.0.0.0 ``` and navigate to `
138138

139139
Congrats! You have successfully created a Rails API and completed your first GET request!
140140

141-
## Webpacker/React Integration
141+
## React Integration
142142

143143
React is a component based front end framework that makes it easy to make frontend calls to our Rails API. Let's make this organized as possible and add our react directory inside our rails ```app/javascript``` directory.
144144

0 commit comments

Comments
 (0)