Skip to content

Commit

Permalink
Changed repo to repo_name for replacing (othneildrew#9)
Browse files Browse the repository at this point in the history
Previously you'd search "repo" and it would even replace things like "clone the repo"

Now, search for "repo_name" and it will only match the things you want to replace
  • Loading branch information
shivgodhia authored Aug 24, 2020
1 parent 74ffc0e commit ad41358
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions BLANK_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
***
***
*** To avoid retyping too much info. Do a search and replace for the following:
*** github_username, repo, twitter_handle, email
*** github_username, repo_name, twitter_handle, email
-->


Expand All @@ -34,7 +34,7 @@
<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/github_username/repo">
<a href="https://github.com/github_username/repo_name">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a>

Expand All @@ -43,14 +43,14 @@
<p align="center">
YOUR_SHORT_DESCRIPTION
<br />
<a href="https://github.com/github_username/repo"><strong>Explore the docs »</strong></a>
<a href="https://github.com/github_username/repo_name"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/github_username/repo">View Demo</a>
<a href="https://github.com/github_username/repo_name">View Demo</a>
·
<a href="https://github.com/github_username/repo/issues">Report Bug</a>
<a href="https://github.com/github_username/repo_name/issues">Report Bug</a>
·
<a href="https://github.com/github_username/repo/issues">Request Feature</a>
<a href="https://github.com/github_username/repo_name/issues">Request Feature</a>
</p>
</p>

Expand Down Expand Up @@ -80,7 +80,7 @@

Here's a blank template to get started:
**To avoid retyping too much info. Do a search and replace with your text editor for the following:**
`github_username`, `repo`, `twitter_handle`, `email`
`github_username`, `repo_name`, `twitter_handle`, `email`


### Built With
Expand Down Expand Up @@ -108,7 +108,7 @@ npm install npm@latest -g

1. Clone the repo
```sh
git clone https://github.com/github_username/repo.git
git clone https://github.com/github_username/repo_name.git
```
2. Install NPM packages
```sh
Expand All @@ -129,7 +129,7 @@ _For more examples, please refer to the [Documentation](https://example.com)_
<!-- ROADMAP -->
## Roadmap

See the [open issues](https://github.com/github_username/repo/issues) for a list of proposed features (and known issues).
See the [open issues](https://github.com/github_username/repo_name/issues) for a list of proposed features (and known issues).



Expand Down Expand Up @@ -158,7 +158,7 @@ Distributed under the MIT License. See `LICENSE` for more information.

Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email

Project Link: [https://github.com/github_username/repo](https://github.com/github_username/repo)
Project Link: [https://github.com/github_username/repo_name](https://github.com/github_username/repo_name)



Expand Down

0 comments on commit ad41358

Please sign in to comment.