Skip to content

Commit 250f0ee

Browse files
authored
Readme Translation
As requested in issue #28
1 parent 9a840b1 commit 250f0ee

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Regex-Tutorial
44
[![Build Status](https://travis-ci.org/CoderDojoPotsdam/regex-tutorial.svg?branch=master)](https://travis-ci.org/CoderDojoPotsdam/regex-tutorial)
55
[![First Timers](https://firsttimers.quelltext.eu/repository/coderdojopotsdam/regex-tutorial.svg)](https://firsttimers.quelltext.eu/repository/coderdojopotsdam/regex-tutorial.html)
66

7-
Das ist der Quelltext für das [interaktive Tutorial zu regulären Ausdrücken][site].
7+
This is the source code for the [Regular Expressions Interactive Tutorial][site].
88

9-
Beitragen
9+
Contribute
1010
---------
1111

12-
Gerne kannst du das Tutorial benutzen.
13-
Wenn du etwas hinzufügst oder Fehler findest, gibt es für dich auf jeder Seite einen Link zum Editieren und verbessern des HTML-Textes.
14-
Danach kannst du gerne eine [Pull-Request][pr] stellen.
12+
Please use the tutorial.
13+
If you have something to add or find a mistake, there is a link on each page to edit and improve the HTML file.
14+
Then you can make a [pull request][pr].
1515

1616
Setup
1717
-----
@@ -25,18 +25,18 @@ Type in `localhost:4000`
2525
2. Go to your settings at https://github.com/YOUR_USERNAME/regex-tutorial/settings, you can make a live view of your code.
2626
![grafik](https://cloud.githubusercontent.com/assets/564768/25693552/351efdcc-30aa-11e7-87a6-56ad0c3b99c7.png)
2727

28-
Weiterführende Literatur
28+
Further Reading
2929
------------------------
30+
- This tutorial is inspired by [Daniel Fett's tutorial on regular expressions][fett1].
3031

31-
- Dieses Tutorial ist inspiriert durch [das Tutorial zu regulären Ausdrücken von Daniel Fett][fett1]
32-
33-
Lizenz
32+
License
3433
------
3534

3635
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="assets/cc-by-sa.png" /></a><br />
37-
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Regex-Tutorial</span> von <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nicco Kunzmann</span> ist lizenziert unter einer <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>.
36+
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Regex-Tutorial</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nicco Kunzmann</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a>.
37+
3838

39-
Bilder in dem Ordner "extern" stehen unter einer eigenen Lizenz.
39+
Images in the "extern" folder are under a separate license.
4040

4141

4242
[site]: https://coderdojopotsdam.github.io/regex-tutorial

0 commit comments

Comments
 (0)