fix readme

This commit is contained in:
Alexander Popov 2015-10-17 14:58:09 +03:00
parent 5a782567e6
commit 08d607f1ef
2 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ GLFW Examples
Примеры
-------
### Вращающийся куб
![Rotate Cube](https://github.com/IIIypuk/glfw-examples/raw/master/images/rotate_cube.png)
![Rotate Cube](https://raw.githubusercontent.com/IIIypuk/glfw-examples/master/rotate_cube/rotate_cube.png)
**Управление:**
`Up` - повернуть куб вверх
`Left` - повернуть куб влево

View File

@ -1,6 +1,6 @@
Вращающийся куб
---------------
![Rotate Cube](https://github.com/IIIypuk/glfw-examples/raw/master/images/rotate_cube/rotate_cube.png)
![Rotate Cube](https://raw.githubusercontent.com/IIIypuk/glfw-examples/master/rotate_cube/rotate_cube.png)
_Описание_
Куб, вращение которого осуществляется стрелками
@ -8,5 +8,5 @@ _Описание_
_Компиляция_
```
$ tcc rotate_cube.c pkg-config --libs glfw3 -o rotate_cube
$ tcc rotate_cube.c `pkg-config --libs glfw3` -o rotate_cube
```