Selaa lähdekoodia

Merge pull request #589 from sevenfourk/master

Small typo fix: added space separating two sentences
0xAX 7 vuotta sitten
vanhempi
commit
0aaef7d6c3
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      README.md
  2. 1 0
      contributors.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ linux-insides
 
 A book-in-progress about the linux kernel and its insides.
 
-**The goal is simple** - to share my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter.Feel free to go through the book [Start here](https://github.com/0xAX/linux-insides/blob/master/SUMMARY.md)
+**The goal is simple** - to share my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter. Feel free to go through the book [Start here](https://github.com/0xAX/linux-insides/blob/master/SUMMARY.md)
 
 **Questions/Suggestions**: Feel free about any questions or suggestions by pinging me at twitter [@0xAX](https://twitter.com/0xAX), adding an [issue](https://github.com/0xAX/linux-insides/issues/new) or just drop me an [email](mailto:anotherworldofworld@gmail.com).
 

+ 1 - 0
contributors.md

@@ -118,3 +118,4 @@ Thank you to all contributors:
 * [kuritonasu](https://github.com/kuritonasu/)
 * [Miles Frain](https://github.com/milesfrain)
 * [Horace Heaven](https://github.com/horaceheaven)
+* [Ivan Kovnatsky](https://github.com/sevenfourk)