Skip to content

Commit

Permalink
docs: update Integration Guide (#6564)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol authored Dec 13, 2021
1 parent d1fd307 commit 9ada20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/docs/integrate/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Once the new repository is ready, clone it locally.

**Before you start making changes and installing dependencies**, let's update the name of the packages and integrations. Doing it now prevents issues with linking dependencies later.

Open the "Search and Replace" tool inside your code editor and replace all instances of `<% INTEGRATION %>` with the name of your project or platform. The name must be in lowercase, without spaces or any special characters.
Open the "Search and Replace" tool inside your code editor and replace all instances of `__replace_me__` with the name of your project or platform. The name must be in lowercase, without spaces or any special characters.

### Install dependencies

Expand Down

0 comments on commit 9ada20d

Please sign in to comment.