Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3463ac0

Browse files
committed
Merge pull request tiimgreen#103 from jerone/patch-1
Update README.md
2 parents f42478c + b76fb96 commit 3463ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Here is a Go source file before adding `?ts=4`:
8686
![After, tab space example](http://i.imgur.com/70FL4H9.png)
8787

8888
### Commit History by Author
89-
To view all commits on a repo by author add `?author=username` to the URL.
89+
To view all commits on a repo by author add `?author={user}` to the URL.
9090

9191
```
9292
https://github.com/rails/rails/commits/master?author=dhh
@@ -254,7 +254,7 @@ This closes the issue and references the closing commit.
254254
### Cross-Link Issues
255255
If you want to link to another issue in the same repository, simple type hash `#` then the issue number, it will be auto-linked.
256256

257-
To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.
257+
To link to an issue in another repository, `{user}/{repo}#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.
258258

259259
![Cross-Link Issues](https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67)
260260

@@ -323,7 +323,7 @@ Images and GIFs can be added to comments, READMEs etc.:
323323
Raw images from the repo can be used by calling them directly.:
324324

325325
```
326-
![Alt Text](https://github.com/(user)/(repo)/raw/master/path/to/image.gif)
326+
![Alt Text](https://github.com/{user}/{repo}/raw/master/path/to/image.gif)
327327
```
328328

329329
![Peter don't care](http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif)

0 commit comments

Comments
 (0)