Limit of reciprocal of nth root of e minus 1 is linear
I somehow got around to needing to know the value of $\frac 1 {e^{\frac 1 n} -1}$, and noticed that it seems very linear:

And that the difference from $n$ seems to go to $\frac 1 2$:

Thus I would like to see a proof of this fact, which I was unable to prove:
$$\lim \limits _{n \to \infty} \left( n - \frac 1 {e^{\frac 1 n} - 1} \right) = \frac 1 2$$
$$\lim_{N\to\infty} \left( N - \frac{1}{e^{\frac{1}{N}} -1} \right) = \lim_{x\to0}\left(\frac{1}{x} - \frac{1}{e^x -1}\right) = \lim_{x\to0} \frac{e^x - 1 -x}{x(e^x-1)}$$
Now apply L'Hospital's rule twice to get this being $$\lim_{x\to0} \frac{e^x}{2e^x +xe^x} = \lim_{x\to0} \frac{1}{2+x} = \frac{1}{2}.$$